956 Add watch task and optimise build task

This commit is contained in:
tanc
2022-12-04 13:56:25 +01:00
parent e3a1a4275a
commit b65f08eadb
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "node-sass styles.scss -o .;node-sass diff.scss -o ."
"watch": "node-sass -w scss -o .",
"build": "node-sass scss -o ."
},
"author": "",
"license": "ISC",