File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"build" : " node packages/react-scripts/scripts/build.js" ,
5
- "changelog" : " lerna-changelog" ,
5
+ "changelog" : " lerna-changelog" ,
6
6
"create-react-app" : " tasks/cra.sh" ,
7
7
"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" ,
9
10
"publish" : " tasks/release.sh" ,
10
11
"start" : " node packages/react-scripts/scripts/start.js" ,
11
12
"test" : " node packages/react-scripts/scripts/test.js --env=jsdom" ,
15
16
"devDependencies" : {
16
17
"eslint" : " 3.19.0" ,
17
18
"husky" : " ^0.13.2" ,
18
- "lerna" : " 2.0.0-beta.38 " ,
19
+ "lerna" : " 2.0.0-rc.5 " ,
19
20
"lerna-changelog" : " ^0.2.3" ,
20
21
"lint-staged" : " ^3.3.1" ,
21
- "prettier" : " ^0.21.0 "
22
+ "prettier" : " ^1.5.2 "
22
23
},
23
24
"lint-staged" : {
24
25
"*.js" : [
You can’t perform that action at this time.
0 commit comments