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 38
38
"simple-line-icons" : " ^2.4.1"
39
39
},
40
40
"devDependencies" : {
41
- "babel-jest" : " ^23.6.0" ,
42
- "node-sass-chokidar" : " ^1.3.3" ,
43
- "npm-run-all" : " ^4.1.3" ,
44
41
"react-scripts" : " ^2.0.4"
45
42
},
46
43
"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" ,
53
46
"test" : " react-scripts test" ,
54
47
"test:debug" : " react-scripts --inspect-brk test --runInBand" ,
55
48
"eject" : " react-scripts eject"
You can’t perform that action at this time.
0 commit comments