We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4310c commit 4be9c57Copy full SHA for 4be9c57
package.json
@@ -16,7 +16,7 @@
16
"release": "npm config set @typeform:registry https://registry.npmjs.org/ && yarn semantic-release",
17
"server": "node ./tests/integration/mockServer.js",
18
"server:dev": "nodemon ./tests/integration/mockServer.js",
19
- "publish:github": "npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN && npm publish --registry https://npm.pkg.github.com",
+ "publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm publish",
20
"typeform-api": "node ./dist/bin"
21
},
22
"bin": {
0 commit comments