Skip to content

Commit 1e78059

Browse files
authored
Update package.json
1 parent bb98c9d commit 1e78059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"build": "rimraf dist && tsc",
3838
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
3939
"lint:prettier": "prettier --cache --check .",
40-
"prepublish": "yarn build",
41-
"prerelease": "yarn build",
40+
"prepublish": "pnpm build",
41+
"prerelease": "pnpm build",
4242
"prettier": "prettier --cache --write --list-different .",
4343
"release": "changeset publish",
4444
"test": "vitest .",

0 commit comments

Comments
 (0)