Skip to content

Commit 2021d15

Browse files
committed
build(package): Update project:publish command
1 parent f218501 commit 2021d15

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

0 commit comments

Comments
 (0)