Skip to content

Commit eb01f6d

Browse files
committed
update my local copy
1 parent 7177a59 commit eb01f6d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"private": true,
33
"scripts": {
44
"build": "node packages/react-scripts/scripts/build.js",
5-
"changelog": "lerna-changelog",
5+
"changelog": "lerna-changelog",
66
"create-react-app": "tasks/cra.sh",
77
"e2e": "tasks/e2e-simple.sh",
8-
"postinstall": "lerna bootstrap && cd packages/react-error-overlay/ && npm run build:prod",
8+
"e2e:docker": "tasks/local-test.sh",
9+
"postinstall": "node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod",
910
"publish": "tasks/release.sh",
1011
"start": "node packages/react-scripts/scripts/start.js",
1112
"test": "node packages/react-scripts/scripts/test.js --env=jsdom",
@@ -15,10 +16,10 @@
1516
"devDependencies": {
1617
"eslint": "3.19.0",
1718
"husky": "^0.13.2",
18-
"lerna": "2.0.0-beta.38",
19+
"lerna": "2.0.0-rc.5",
1920
"lerna-changelog": "^0.2.3",
2021
"lint-staged": "^3.3.1",
21-
"prettier": "^0.21.0"
22+
"prettier": "^1.5.2"
2223
},
2324
"lint-staged": {
2425
"*.js": [

0 commit comments

Comments
 (0)