Skip to content

Commit e47efba

Browse files
committed
Add npm command build in project:publish
1 parent 2584fef commit e47efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"release": "standard-version",
2222
"test:e2e": "node_modules/.bin/cypress run --headless",
2323
"test:e2e:open": "node_modules/.bin/cypress open",
24-
"project:publish": "git push --tags origin master && npm publish"
24+
"project:publish": "git push --tags origin master && npm run build && npm publish"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)