Skip to content

Commit

Permalink
chore: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Apr 30, 2024
1 parent c436cc7 commit 399a81b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"dev": "pnpm stub",
"build": "rimraf --glob packages/*/dist && pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"play:mp-weixin": "pnpm dev && npm -C packages/playground run dev:mp-weixin",
"build:mp-weixin": "pnpm build && npm -C packages/playground run build:mp-weixin",
"play:h5": "pnpm dev && npm -C packages/playground run dev:h5",
"build:h5": "pnpm build && npm -C packages/playground run build:h5",
"play:mp-weixin": "pnpm dev && pnpm -C packages/playground run dev:mp-weixin",
"build:mp-weixin": "pnpm build && pnpm -C packages/playground run build:mp-weixin",
"play:h5": "pnpm dev && pnpm -C packages/playground run dev:h5",
"build:h5": "pnpm build && pnpm -C packages/playground run build:h5",
"prepublishOnly": "pnpm build",
"release": "bumpp",
"test": "vitest",
Expand Down

0 comments on commit 399a81b

Please sign in to comment.