Skip to content

Commit

Permalink
fix(script): fix release workflow wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Jul 21, 2021
1 parent e207499 commit d0cf9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hoist=false
registry=https://registry.npm.taobao.org/
# registry=https://registry.npm.taobao.org/
6 changes: 3 additions & 3 deletions packages/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"scripts": {
"build:plugin": "pnpm build --filter vite-plugin-mkcert",
"publish:plugin": "pnpm publish --filter vite-plugin-mkcert",
"changelog": "ts-node src/changelog.ts",
"publish:plugin": "pnpm publish --filter vite-plugin-mkcert",
"github": "ts-node src/github.ts",
"release": "pnpm build:plugin && pnpm publish:plugin && pnpm github",
"release": "pnpm build:plugin && pnpm changelog && pnpm publish:plugin && pnpm github",
"version:beta": "ts-node src/version.ts prerelease beta",
"version:patch": "ts-node src/version.ts patch",
"version:minor": "ts-node src/version.ts minor",
Expand All @@ -30,4 +30,4 @@
"@types/fs-extra": "^9.0.11",
"@types/semver": "^7.3.6"
}
}
}

0 comments on commit d0cf9a3

Please sign in to comment.