Skip to content

Commit 645ea42

Browse files
committed
chore: release v0.0.2
1 parent d09611f commit 645ea42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-app-cli",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"packageManager": "[email protected]",
66
"description": "自动提审与发布微信、支付宝小程序, 更好的实现小程序的CI/CD",
77
"author": "penghongkun <https://github.com/phk422>",
@@ -31,6 +31,7 @@
3131
],
3232
"scripts": {
3333
"start": "pnpm dev && cross-env NODE_ENV=development node ./index.js",
34+
"start:pro": "pnpm dev && node ./index.js",
3435
"dev": "unbuild --stub",
3536
"build": "unbuild",
3637
"publish:ci": "npm publish --access public",

0 commit comments

Comments
 (0)