Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Fix prepublish script name
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaBrandon committed Nov 23, 2016
1 parent d8d5695 commit 01cd59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"posttest-ci": "nyc report --check-coverage --statements=90",
"prebuild": "npm run lint && npm run test && rimraf dist",
"build": "tsc -p tsconfig.build.json --sourceMap false -d",
"prepackage": "npm run build"
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 01cd59d

Please sign in to comment.