Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent178 committed Mar 8, 2017
1 parent a07b20f commit 6673055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"prepublish": "npm run tsc:release",
"test": "npm run tsc && npm run lint && nyc --reporter=html --reporter=text _mocha --recursive",
"test": "npm run tsc && npm run lint && NODE_ENV=test nyc --reporter=html --reporter=text _mocha --recursive",
"tsc": "tsc",
"tsc:release": "tsc --project tsconfig.compile.json",
"lint": "tslint ./src/*.ts ./test/*.ts",
Expand Down

0 comments on commit 6673055

Please sign in to comment.