Skip to content

Commit a628d0c

Browse files
committed
chore: add publish scripts
1 parent f65ad9b commit a628d0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"prettier": "prettier src --write",
1919
"lint": "eslint src --fix",
2020
"publish:local": "export BUILD_MODE=dev &&npm publish --registry http://localhost:4873",
21+
"publish:alpha": "npm publish --tag alpha",
22+
"publish:latest": "npm publish",
2123
"vite": "vite ./preview"
2224
},
2325
"peerDependencies": {

0 commit comments

Comments
 (0)