mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Add a "yarn dev" cmd
This commit is contained in:
parent
4c77a2121b
commit
657041af23
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "cross-env NODE_ENV=production && gulp --production",
|
"postinstall": "cross-env NODE_ENV=production && gulp --production",
|
||||||
"test": "eslint resources/assets/js --ext=js,vue && mocha --compilers js:babel-register --require resources/assets/js/tests/helper.js resources/assets/js/tests/**/*Test.js",
|
"test": "eslint resources/assets/js --ext=js,vue && mocha --compilers js:babel-register --require resources/assets/js/tests/helper.js resources/assets/js/tests/**/*Test.js",
|
||||||
"e2e": "gulp e2e"
|
"e2e": "gulp e2e",
|
||||||
|
"dev": "cross-env NODE_ENV=development && gulp watch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue