We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a0c0c commit 9963e24Copy full SHA for 9963e24
package.json
@@ -25,7 +25,7 @@
25
"eslint": "eslint",
26
"lint": "yarn run eslint .",
27
"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"
+ "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"
29
},
30
"lint-staged": {
31
"*.{js,ts}": "yarn run eslint --fix",
0 commit comments