Skip to content

Commit

Permalink
chore: support pnpm@7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 17, 2022
1 parent 8cb6a93 commit 7c84858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
],
"scripts": {
"build": "tsup",
"playground": "pnpm run --filter './playground' build",
"build:examples": "pnpm run --filter ./examples build ",
"dev:examples": "pnpm run --filter ./examples dev ",
"playground": "pnpm --filter ./playground run build",
"build:examples": "pnpm --filter ./examples/* run build",
"dev:examples": "pnpm --filter ./examples/* run dev",
"dev": "tsup --watch src",
"build:fix": "esno scripts/postbuild.ts",
"lint": "eslint \"{src,test}/**/*.ts\"",
Expand Down

1 comment on commit 7c84858

@vercel
Copy link

@vercel vercel bot commented on 7c84858 May 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.