Skip to content

Commit 51293a9

Browse files
committed
version
1 parent 86d42db commit 51293a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- checkout
99
- run: npm pack
10-
- run: npx create-react-app ~/template/test-template --scripts-version=/home/circleci/template/jpavon-react-scripts-ts-0.7.0.tgz
10+
- run: npx create-react-app ~/template/test-template --scripts-version=/home/circleci/template/jpavon-react-scripts-ts-0.7.1.tgz
1111
- run: cd ~/template/test-template && yarn test
1212

1313
test-kitchensink:
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- checkout
1919
- run: npm pack
20-
- run: E2E_TEST='true' npx create-react-app ~/kitchensink/test-kitchensink --scripts-version=/home/circleci/kitchensink/jpavon-react-scripts-ts-0.7.0.tgz --internal-testing-template=/home/circleci/kitchensink/fixtures/kitchensink
20+
- run: E2E_TEST='true' npx create-react-app ~/kitchensink/test-kitchensink --scripts-version=/home/circleci/kitchensink/jpavon-react-scripts-ts-0.7.1.tgz --internal-testing-template=/home/circleci/kitchensink/fixtures/kitchensink
2121
- run: cd ~/kitchensink/test-kitchensink && yarn test --maxWorkers=2
2222
- run: cd ~/kitchensink/test-kitchensink && yarn e2e:dev
2323
- run: cd ~/kitchensink/test-kitchensink && yarn e2e:build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jpavon/react-scripts-ts",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Fork of react-scripts-ts with added features.",
55
"repository": "jpavon/react-scripts-ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)