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 cf1e6d3 commit f25e149Copy full SHA for f25e149
package.json
@@ -21,7 +21,7 @@
21
"dev": "npm run build && node build/index.js",
22
"watch": "tsc --watch",
23
"deploy": "npm publish --access public",
24
- "deploy:canary": "npm publish --access public --tag canary",
+ "deploy:beta": "npm publish --access public --tag beta",
25
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
26
"changelog": "auto-changelog -p",
27
"test": "node test/validate-api.js",
0 commit comments