Skip to content

Commit 1007205

Browse files
committed
Add "prepublish" script do avoid dumb errors
1 parent 40de1f3 commit 1007205

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"lint": "ng lint",
99
"preversion": "yarn test",
1010
"version": "yarn build",
11-
"postversion": "git push && git push --tags"
11+
"postversion": "git push && git push --tags",
12+
"prepublish": "cd dist"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)