Skip to content

Commit

Permalink
chore(build): Add build command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Koenders committed Sep 10, 2018
1 parent 3cd2f81 commit faf4de1
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 @@ -4,6 +4,8 @@
"description": "An example for NodeJS in combination with Inversify",
"main": "bin/www",
"scripts": {
"tslint": "tslint --project tsconfig.json",
"build": "npm run tslint && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit faf4de1

Please sign in to comment.