Skip to content

Commit

Permalink
perf(cz-git): change bundle strategy | reduce 0.14MB
Browse files Browse the repository at this point in the history
link #37
  • Loading branch information
Zhengqbbb committed Jun 21, 2022
1 parent d2a7932 commit 1f1e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"build": "pnpm build:cli && pnpm build:cz",
"build:cli": "pnpm build:dev && pnpm run --filter=\"czg\" build",
"build:cz": "pnpm run --filter=\"*cz-git*\" --stream 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",
"cz": "czg",
Expand Down

0 comments on commit 1f1e746

Please sign in to comment.