Skip to content

Commit 9963e24

Browse files
committed
fix: update publish:github script to include beta tag for npm publish
1 parent a9a0c0c commit 9963e24

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
@@ -25,7 +25,7 @@
2525
"eslint": "eslint",
2626
"lint": "yarn run eslint .",
2727
"publish:npm": "yarn build && npm config set @typeform:registry https://registry.npmjs.org/ && npm publish --provenance --access public",
28-
"publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"${GH_TOKEN}\" && npm publish"
28+
"publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"${GH_TOKEN}\" && npm publish --tag beta"
2929
},
3030
"lint-staged": {
3131
"*.{js,ts}": "yarn run eslint --fix",

0 commit comments

Comments
 (0)