Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Fix script error
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Nov 14, 2016
1 parent 41f8999 commit a3205cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*",
"prepublish": "npm run build",
"postinstall": "npm run build",
"pretest": "npm run build:build",
"pretest": "npm run build:source",
"test": "mocha",
"build": "npm run build:es5",
"build:es5": "tsc",
Expand Down

0 comments on commit a3205cc

Please sign in to comment.