Add a "yarn dev" cmd

This commit is contained in:
An Phan 2016-12-10 17:33:29 +08:00
parent 4c77a2121b
commit 657041af23
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -61,6 +61,7 @@
"scripts": {
"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",
"e2e": "gulp e2e"
"e2e": "gulp e2e",
"dev": "cross-env NODE_ENV=development && gulp watch"
}
}