Skip to content

Commit

Permalink
Use pnpm for sw
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 30, 2025
1 parent da3869e commit 400530d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "Mysten Labs",
"license": "Apache-2.0",
"scripts": {
"build:worker": "bun -F worker build:prod",
"worker": "bun -F worker serve:prod",
"build:worker": "pnpm -F worker build:prod",
"worker": "pnpm -F worker serve:prod",
"build:server": "bun -F server build",
"server": "bun -F server start"
}
Expand Down

0 comments on commit 400530d

Please sign in to comment.