Skip to content

Commit 5197711

Browse files
committed
fix: update prepublishOnly to use pnpm (Greptile audit)
1 parent b0c432b commit 5197711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"scripts": {
7575
"preinstall": "npx only-allow pnpm",
7676
"build": "tsc",
77-
"prepublishOnly": "npm run build",
77+
"prepublishOnly": "pnpm run build",
7878
"start": "node dist/index.js",
7979
"dev": "ts-node src/index.ts",
8080
"watch": "tsc -w",

0 commit comments

Comments
 (0)