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 f65ad9b commit a628d0cCopy full SHA for a628d0c
package.json
@@ -18,6 +18,8 @@
18
"prettier": "prettier src --write",
19
"lint": "eslint src --fix",
20
"publish:local": "export BUILD_MODE=dev &&npm publish --registry http://localhost:4873",
21
+ "publish:alpha": "npm publish --tag alpha",
22
+ "publish:latest": "npm publish",
23
"vite": "vite ./preview"
24
},
25
"peerDependencies": {
0 commit comments