We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be9a3 commit 3c7ced5Copy full SHA for 3c7ced5
package.json
@@ -41,6 +41,7 @@
41
"test:unit": "vitest run",
42
"test:unit:watch": "vitest",
43
"prepublishOnly": "npm run test && npm run build",
44
+ "package:publish:next": "npm publish --tag next",
45
"package:publish": "npm publish"
46
},
47
"engines": {
0 commit comments