Skip to content

Commit c91b1a2

Browse files
committed
Remove "prepublish" script, as yarn hooks it on install..
1 parent 1007205 commit c91b1a2

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
@@ -8,8 +8,7 @@
88
"lint": "ng lint",
99
"preversion": "yarn test",
1010
"version": "yarn build",
11-
"postversion": "git push && git push --tags",
12-
"prepublish": "cd dist"
11+
"postversion": "git push && git push --tags"
1312
},
1413
"repository": {
1514
"type": "git",

0 commit comments

Comments
 (0)