Skip to content

Commit

Permalink
fix(npm): using pnpm in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave136 committed Nov 26, 2024
1 parent 22714a9 commit 9783964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"build:prod": "rimraf dist && env NODE_ENV=production tsup",
"build:watch": "tsup --watch",
"lint:format": "prettier --loglevel warn --write \"./**/*.{ts,tsx,css,md,json}\"",
"lint": "pnpm lint:format",
"prepublishOnly": "pnpm lint && pnpm build:prod"
"lint": "bun lint:format",
"prepublishOnly": "bun lint && bun build:prod"
},
"devDependencies": {
"@types/bun": "latest",
Expand Down

0 comments on commit 9783964

Please sign in to comment.