Skip to content

Commit e93dc62

Browse files
committed
chore: package.json cleanup
- cleanup `package.json` scripts - remove `babel-jest` dependency - remove `node-sass-chokidar` dependency - remove `npm-run-all` dependency
1 parent d7f4f57 commit e93dc62

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,11 @@
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"

0 commit comments

Comments
 (0)