Skip to content

Commit 133670d

Browse files
committed
chore: Change to prepublishOnly in package.json
1 parent 4ff7f59 commit 133670d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build:lib": "npm run lint:lib && npm run compile:lib && npm run package:lib",
3737
"build:demo": "npm run lint && npm run compile",
3838
"build": "npm run lint && npm run compile && npm run package:lib",
39-
"prepublish": "npm run build:lib"
39+
"prepublishOnly": "npm run build:lib"
4040
},
4141
"dependencies": {
4242
"@angular/common": "^4.1.0",

0 commit comments

Comments
 (0)