mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
Fixed start-dev script
This commit is contained in:
parent
912f5a16ba
commit
a7e272cae2
@ -9,7 +9,8 @@
|
||||
"build": "webpack --mode=production",
|
||||
"dev": "cross-env TSC_WATCHFILE=UseFsEvents webpack --mode=development",
|
||||
"start": "qode ./dist/index.js",
|
||||
"start-dev": "concurrently -n 'webpack,spotube' -p '{name}-{pid}' -c 'bgBlue,bgGreen' -i --default-input-target spotube 'npm run dev' 'nodemon -e node -w ./*.babelrc -x \"npm start\"'",
|
||||
"start:watch": "nodemon -e node -w ./*.babelrc -x \"npm start\"",
|
||||
"start-dev": "concurrently -n \"webpack,spotube\" -p \"{name}-{pid}\" -c \"bgBlue,bgGreen\" -i --default-input-target spotube \"npm run dev\" \"npm run start:watch\"",
|
||||
"start:trace": "qode ./dist/index.js --trace",
|
||||
"debug": "qode --inspect ./dist/index.js",
|
||||
"pack": "nodegui-packer -p ./dist",
|
||||
|
Loading…
Reference in New Issue
Block a user