Skip to content

Commit

Permalink
Use prepare script for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
echeung-amzn committed Dec 31, 2017
1 parent 6374056 commit 37a8ae9
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 @@ -32,7 +32,7 @@
"scripts": {
"lint": "tslint --project tsconfig.json src/**/*.ts",
"build": "npm run lint && rimraf lib && ngc",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
Expand Down

0 comments on commit 37a8ae9

Please sign in to comment.