Skip to content

Commit

Permalink
chore: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Aug 17, 2022
1 parent 5e48143 commit 8fb63b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"license": "MIT",
"author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
"scripts": {
"build": "pnpm build:cli && pnpm build:cz",
"build:cli": "pnpm build:dev && pnpm run --filter=\"czg\" build",
"build": "pnpm build:dev && pnpm build:cli && pnpm build:cz",
"build:cli": "pnpm run --filter=\"czg\" build",
"build:cz": "pnpm run --filter=\"cz-git\" build && pnpm run --filter=\"@cz-git*\" --stream build",
"build:dev": "pnpm run -r --stream build:dev",
"clean": "pnpm run -r --stream clean",
Expand Down

0 comments on commit 8fb63b0

Please sign in to comment.