Skip to content

Commit 30b7773

Browse files
committed
Add build:watch command
1 parent 2b299f7 commit 30b7773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"node": ">=12.0.0"
2626
},
2727
"scripts": {
28-
"build": "node ./cli/index.js compile src/concise.pcss dist/concise.css"
28+
"build": "node ./cli/index.js compile src/concise.pcss dist/concise.css",
29+
"build:watch": "node ./cli/index.js watch src/concise.pcss dist/concise.css"
2930
},
3031
"dependencies": {
3132
"autoprefixer": "^9.7.5",

0 commit comments

Comments
 (0)