Skip to content

Commit 1526d9a

Browse files
committed
build: run build in projectPublish command
1 parent 9062bd3 commit 1526d9a

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
"release": "standard-version",
2323
"test": "cypress run",
2424
"test:open": "cypress open",
25-
"projectPublish": "git push --follow-tags origin master && npm publish --access public"
25+
"projectPublish": "git push --follow-tags origin master && npm run build && npm publish --access public"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)