Adding build and start commands to npm config
This commit is contained in:
parent
fa977fe791
commit
28ec931607
@ -11,7 +11,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pretest": "jscs lib/ src/ spec/",
|
"pretest": "jscs lib/ src/ spec/",
|
||||||
"test": "karma start --single-run"
|
"test": "karma start --single-run",
|
||||||
|
"build": "gulp build",
|
||||||
|
"start": "gulp server"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.17.0",
|
"babel-core": "^6.17.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user