Skip to content

Commit

Permalink
chore: stop using yarn in package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 2, 2024
1 parent dcb0c9d commit a5bb13e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"scripts": {
"clean": "rimraf dist && git checkout HEAD dist",
"dev": "yarn bundle --watch",
"build": "yarn clean && yarn bundle",
"dev": "pnpm bundle --watch",
"build": "pnpm clean && pnpm bundle",
"bundle": "tsup-node src/index.ts --sourcemap --dts --format esm",
"prepare": "yarn build",
"prepare": "pnpm build",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit a5bb13e

Please sign in to comment.