File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/react-error-overlay Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "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" ,
99 "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/"
1212 },
1313 "repository" : " facebookincubator/create-react-app" ,
1414 "license" : " BSD-3-Clause" ,
5353 "eslint-plugin-react" : " 7.1.0" ,
5454 "flow-bin" : " 0.52.0" ,
5555 "jest" : " 20.0.4" ,
56- "jest-fetch-mock" : " 1.2.1"
56+ "jest-fetch-mock" : " 1.2.1" ,
57+ "rimraf" : " ^2.6.1"
5758 },
5859 "jest" : {
5960 "setupFiles" : [
You can’t perform that action at this time.
0 commit comments