mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-25 19:52:01 +00:00
switch to npm start for watch & added build cmd
This commit is contained in:
parent
66f184eec4
commit
1166851d7d
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"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-debug": "sass --no-source-map main.scss ..\\recomp.rcss --watch",
|
||||
"build": "sass --no-source-map --style=compressed main.scss ..\\recomp.rcss",
|
||||
"lint": "stylelint '.\\**\\*.scss'"
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue