Skip to content

Commit f25e149

Browse files
committed
fix: rename deploy:canary script to deploy:beta
1 parent cf1e6d3 commit f25e149

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
@@ -21,7 +21,7 @@
2121
"dev": "npm run build && node build/index.js",
2222
"watch": "tsc --watch",
2323
"deploy": "npm publish --access public",
24-
"deploy:canary": "npm publish --access public --tag canary",
24+
"deploy:beta": "npm publish --access public --tag beta",
2525
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
2626
"changelog": "auto-changelog -p",
2727
"test": "node test/validate-api.js",

0 commit comments

Comments
 (0)