Updated start script so it works out of the box

canary
WolverinDEV 2020-01-25 17:33:37 +01:00
parent 10770db279
commit a6263307b0
1 changed files with 1 additions and 1 deletions

View File

@ -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",