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 62a1420 commit edccb27Copy full SHA for edccb27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tanyao",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Git repo clone and multi-account manager",
5
"main": "dist/index.js",
6
"bin": {
@@ -31,7 +31,7 @@
31
"build:deps": "dora build",
32
"build": "tsc",
33
"format": "prettier --write --parser typescript --cache \"./src/**/*.{ts,tsx}\"",
34
- "prepublishOnly": "pnpm format && pnpm build:deps && pnpm build",
+ "prepublishOnly": "pnpm format && pnpm build",
35
"push": "npm publish --access public --registry https://registry.npmjs.com/"
36
},
37
"devDependencies": {
0 commit comments