Skip to content

Commit

Permalink
fix(package): fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wzr1337 committed Mar 1, 2018
1 parent e76b91d commit 462aa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "node spec/runner.js",
"build": "npm run build:dev",
"build:dev": "tsc",
"build:prod": "tsc && npm run lint",
"lint": "tslint",
"build:prod": "npm run lint && tsc",
"lint": "tslint --project ./tsconfig.json",
"lint:fix": "tslint --fix --project ./tsconfig.json"
},
"author": "Dr. Patrick Bartsch",
Expand Down

0 comments on commit 462aa4a

Please sign in to comment.