Skip to content

Commit

Permalink
Correct tsc build step
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jun 20, 2016
1 parent de7f9ac commit f1f279f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"scripts": {
"lint": "# TODO",
"build-ts": "ntsc",
"build": "rm -rf lib && npm run build-ts",
"build": "rm -rf lib && tsc",
"test-spec": "mocha lib/**/*.spec.js -R spec --bail",
"test-cov": "istanbul cover -x *.spec.js node_modules/mocha/bin/_mocha -- lib/**/*.spec.js -R spec --bail",
"test": "npm run build && npm run lint && npm run test-cov",
Expand Down

0 comments on commit f1f279f

Please sign in to comment.