We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40026d8 commit db93d5fCopy full SHA for db93d5f
package.json
@@ -26,12 +26,12 @@
26
"vitest": "^3.1.3"
27
},
28
"scripts": {
29
- "prepare": "npm run build",
+ "prepare": "pnpm run build",
30
"build": "tsc -p tsconfig.esm.json & npx vite build",
31
"test": "vitest run",
32
"test-watch": "vitest",
33
- "preversion": "npm run build",
34
- "prepublishOnly": "npm run build",
+ "preversion": "pnpm run build",
+ "prepublishOnly": "pnpm run build",
35
"changeset": "changeset",
36
"changeset:version": "changeset version",
37
"changeset:release": "changeset publish",
0 commit comments