File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 3838 "simple-line-icons" : " ^2.4.1"
3939 },
4040 "devDependencies" : {
41- "babel-jest" : " ^23.6.0" ,
42- "node-sass-chokidar" : " ^1.3.3" ,
43- "npm-run-all" : " ^4.1.3" ,
4441 "react-scripts" : " ^2.0.4"
4542 },
4643 "scripts" : {
47- "build-css" : " node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss" ,
48- "watch-css" : " npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive" ,
49- "start-js" : " react-scripts start" ,
50- "start" : " npm-run-all -p watch-css start-js" ,
51- "build-js" : " react-scripts build" ,
52- "build" : " npm-run-all build-css build-js" ,
44+ "start" : " react-scripts start" ,
45+ "build" : " react-scripts build" ,
5346 "test" : " react-scripts test" ,
5447 "test:debug" : " react-scripts --inspect-brk test --runInBand" ,
5548 "eject" : " react-scripts eject"
You can’t perform that action at this time.
0 commit comments