Skip to content

Commit edccb27

Browse files
committed
chore: v1.0.3
1 parent 62a1420 commit edccb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanyao",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Git repo clone and multi-account manager",
55
"main": "dist/index.js",
66
"bin": {
@@ -31,7 +31,7 @@
3131
"build:deps": "dora build",
3232
"build": "tsc",
3333
"format": "prettier --write --parser typescript --cache \"./src/**/*.{ts,tsx}\"",
34-
"prepublishOnly": "pnpm format && pnpm build:deps && pnpm build",
34+
"prepublishOnly": "pnpm format && pnpm build",
3535
"push": "npm publish --access public --registry https://registry.npmjs.com/"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)