File tree 1 file changed +5
-4
lines changed
packages/react-error-overlay
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"prepublishOnly" : " npm run build:prod && npm test" ,
8
- "start" : " cross-env NODE_ENV=development npm run build -- --watch" ,
8
+ "start" : " rimraf lib/ && cross-env NODE_ENV=development npm run build -- --watch" ,
9
9
"test" : " flow && jest" ,
10
- "build" : " babel src/ -d lib/" ,
11
- "build:prod" : " cross-env NODE_ENV=production babel src/ -d lib/"
10
+ "build" : " rimraf lib/ && babel src/ -d lib/" ,
11
+ "build:prod" : " rimraf lib/ && cross-env NODE_ENV=production babel src/ -d lib/"
12
12
},
13
13
"repository" : " facebookincubator/create-react-app" ,
14
14
"license" : " BSD-3-Clause" ,
53
53
"eslint-plugin-react" : " 7.1.0" ,
54
54
"flow-bin" : " 0.52.0" ,
55
55
"jest" : " 20.0.4" ,
56
- "jest-fetch-mock" : " 1.2.1"
56
+ "jest-fetch-mock" : " 1.2.1" ,
57
+ "rimraf" : " ^2.6.1"
57
58
},
58
59
"jest" : {
59
60
"setupFiles" : [
You can’t perform that action at this time.
0 commit comments