Skip to content

Commit bfcbc61

Browse files
committed
Run build when publish project
1 parent 095fc18 commit bfcbc61

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
@@ -21,7 +21,7 @@
2121
"test:unit": "jest",
2222
"test:e2e": "node_modules/.bin/cypress run --headless",
2323
"test:e2e:open": "node_modules/.bin/cypress open ",
24-
"project:publish": "git push --follow-tags origin master && npm publish --access public"
24+
"project:publish": "git push --follow-tags origin master && npm run build && npm publish --access public"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)