We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59aaf80 commit edd49fdCopy full SHA for edd49fd
package.json
@@ -20,7 +20,7 @@
20
"format:check": "npm run prettier -- -l",
21
"clean": "rm -rf dist/*",
22
"prebuild": "npm run format:check && npm run clean",
23
- "release": "npm run build && npm publish --provenance --access public"
+ "release": "npm run build && npm publish --provenance --access public --tag alpha"
24
},
25
"repository": {
26
"type": "git",
0 commit comments