Skip to content

Commit

Permalink
Replace Yarn with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dloranc committed Oct 25, 2024
1 parent 6567bcf commit 5a6a1fb
Show file tree
Hide file tree
Showing 6 changed files with 6,898 additions and 5,599 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 21.1.0
redis 7.2.5
yarn 1.22.22
pnpm 9.5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install
Run:

```
yarn build
pnpm build
```

And copy `dist/` to the Raspberry Pi.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview",
"build": "vite build",
"server": "nodemon --exec babel-node src/server.js --ignore client",
"start": "concurrently \"yarn server\" \"yarn client\"",
"start-prod": "concurrently \"yarn server\" \"npx serve dist/ -p 8080\""
"start": "concurrently \"pnpm server\" \"pnpm client\"",
"start-prod": "concurrently \"pnpm server\" \"npx serve dist/ -p 8080\""
},
"author": "c4",
"license": "MIT",
Expand Down
Loading

0 comments on commit 5a6a1fb

Please sign in to comment.