Skip to content

Commit

Permalink
chore(deps): update bun version + fix pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev committed Nov 30, 2024
1 parent eb7d30a commit b58ada6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
biome = "1.9.4"
bun = "1.1.36"
bun = "1.1.38"
node = "~20"
npm = "~10"

Expand Down
8 changes: 5 additions & 3 deletions zerops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ zerops:
NMIT_LIFETIME_PRODUCT_VARIANT_ID: ${RUNTIME_NMIT_LIFETIME_PRODUCT_VARIANT_ID}
NEXTAUTH_URL: ${RUNTIME_NEXTAUTH_URL}
prepareCommands:
- echo "Upgrading bun to 1.1.36"
- echo "Upgrading bun to 1.1.38"
- bun upgrade
buildCommands:
- bun install
- pnpm install
- bun run postinstall
- bun run validateEnv
- bun x nx build:executable backend --verbose --skip-nx-cache
Expand All @@ -29,7 +29,9 @@ zerops:
- node_modules/.prisma
cache:
- node_modules
- bun.lockb
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml

run:
base: ubuntu@latest
Expand Down

0 comments on commit b58ada6

Please sign in to comment.