Skip to content

Commit

Permalink
Change prepublish to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesvaren committed Nov 18, 2023
1 parent 48bf5ab commit 3d249a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "vitest",
"dev": "tsx watch examples/basic-usage.ts",
"build": "tsc && tsc -p tsconfig-cjs.json",
"prepublish": "npm run build"
"prepublish": "pnpm run build"
},
"files": [
"dist",
Expand Down

0 comments on commit 3d249a8

Please sign in to comment.