mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
switch to npm start for watch & added build cmd
This commit is contained in:
parent
66f184eec4
commit
1166851d7d
@ -4,9 +4,10 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "sass --no-source-map --style=compressed main.scss ..\\recomp.rcss",
|
"start": "npm run watch",
|
||||||
"watch": "sass --no-source-map --style=compressed main.scss ..\\recomp.rcss --watch",
|
"watch": "sass --no-source-map --style=compressed main.scss ..\\recomp.rcss --watch",
|
||||||
"watch-debug": "sass --no-source-map main.scss ..\\recomp.rcss --watch",
|
"watch-debug": "sass --no-source-map main.scss ..\\recomp.rcss --watch",
|
||||||
|
"build": "sass --no-source-map --style=compressed main.scss ..\\recomp.rcss",
|
||||||
"lint": "stylelint '.\\**\\*.scss'"
|
"lint": "stylelint '.\\**\\*.scss'"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user