Skip to content

Commit

Permalink
Remove npm prepublish script (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
madoar committed Mar 23, 2018
1 parent f41bd8c commit 173c1b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -36,8 +36,7 @@
"pretest": "npm run lint",
"test": "karma start",
"test-watch": "karma start --no-single-run --auto-watch",
"build": "ng-packagr -p ng-package.json",
"prepublish": "npm run build"
"build": "ng-packagr -p ng-package.json"
},
"devDependencies": {
"@angular/common": "^5.2.1",
Expand Down

0 comments on commit 173c1b9

Please sign in to comment.