956 Add watch task and optimise build task

pull/1185/head
tanc 2 years ago
parent e3a1a4275a
commit b65f08eadb

@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "node-sass styles.scss -o .;node-sass diff.scss -o ." "watch": "node-sass -w scss -o .",
"build": "node-sass scss -o ."
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save