Skip to content

Commit 173c1b9

Browse files
authored
Remove npm prepublish script (#114)
1 parent f41bd8c commit 173c1b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"pretest": "npm run lint",
3737
"test": "karma start",
3838
"test-watch": "karma start --no-single-run --auto-watch",
39-
"build": "ng-packagr -p ng-package.json",
40-
"prepublish": "npm run build"
39+
"build": "ng-packagr -p ng-package.json"
4140
},
4241
"devDependencies": {
4342
"@angular/common": "^5.2.1",

0 commit comments

Comments
 (0)