Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 9961480

Browse files
committed
Consolidate watch scripts
1 parent 0d53871 commit 9961480

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.node/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
],
77
"scripts": {
88
"build": "node index.js",
9-
"watch:build": "nodemon -w ../Assets/ -e css -x \"npm run build\"",
10-
"watch": "npm run watch:build"
9+
"watch": "nodemon -w ../Assets/ -e css -x \"npm run build\""
1110
},
1211
"dependencies": {
1312
"cssnano": "^5.0.4",

0 commit comments

Comments
 (0)