Skip to content

Commit

Permalink
fix(swc-info): Use pnpm instead of yarn for scripts (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 5, 2024
1 parent ca60700 commit f06d790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/swc-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"sideEffects": false,
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build",
"prepack": "yarn build"
"prepublishOnly": "pnpm build",
"prepack": "pnpm build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f06d790

Please sign in to comment.