Skip to content

Commit

Permalink
chore: add npm script for develop/ start (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeyyy committed Jan 3, 2019
1 parent 2283680 commit 0d2cf80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
}
},
"scripts": {
"start": "npm run develop",
"develop": "grunt dev --force",
"api-docs": "jsdoc --configure .jsdoc.json",
"imports-gen": "node ./build/imports-generator",
"build": "grunt",
Expand Down

0 comments on commit 0d2cf80

Please sign in to comment.