Updated start script so it works out of the box
parent
10770db279
commit
a6263307b0
|
@ -17,7 +17,7 @@
|
|||
"csso": "csso",
|
||||
"rebuild-structure-web-dev": "php files.php generate web dev",
|
||||
"minify-web-rel-file": "terser --compress --mangle --ecma 6 --keep_classnames --keep_fnames --output",
|
||||
"start": "node file.js ndevelop"
|
||||
"start": "npm run compile-file-helper && node file.js ndevelop"
|
||||
},
|
||||
"author": "TeaSpeak (WolverinDEV)",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue