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 bb98c9d commit 1e78059Copy full SHA for 1e78059
package.json
@@ -37,8 +37,8 @@
37
"build": "rimraf dist && tsc",
38
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
39
"lint:prettier": "prettier --cache --check .",
40
- "prepublish": "yarn build",
41
- "prerelease": "yarn build",
+ "prepublish": "pnpm build",
+ "prerelease": "pnpm build",
42
"prettier": "prettier --cache --write --list-different .",
43
"release": "changeset publish",
44
"test": "vitest .",
0 commit comments