Added start script
Consolidated startup commands into `npm start`
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js"
|
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js",
|
||||||
|
"start": "npm install && bower install && gulp"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testFileExtensions": [
|
"testFileExtensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user