Skip to content

Commit 907ca34

Browse files
committed
buil: Run build in project:publish command
1 parent 78ce717 commit 907ca34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:unit": "jest",
2323
"test:e2e": "node_modules/.bin/cypress run --headless",
2424
"test:e2e:open": "node_modules/.bin/cypress open ",
25-
"project:publish": "git push --follow-tags origin master && npm publish --access public"
25+
"project:publish": "git push --follow-tags origin master && npm run build && npm publish --access public"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)