Skip to content

Commit

Permalink
build: use pnpm in dev env, too
Browse files Browse the repository at this point in the history
Follow-up to #13.
  • Loading branch information
conorsch committed Nov 5, 2024
1 parent 5584d7b commit 52c18df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
file
jq
just
# pnpm
nodejs_20
pnpm
# nodejs_20
postgresql

# for deployment/ci
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# run the app locally with live reload, via pnpm
dev:
npm install
npm run dev
pnpm install
pnpm run dev

# build container image
container:
Expand Down

0 comments on commit 52c18df

Please sign in to comment.