Skip to content

Commit

Permalink
Replace yarn with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jun 6, 2024
1 parent ba0bec3 commit f04a2db
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 @@ -18,8 +18,8 @@
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn build",
"pretest": "yarn build"
"prepublishOnly": "pnpm build",
"pretest": "pnpm build"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6",
Expand Down

0 comments on commit f04a2db

Please sign in to comment.