Skip to content

Commit

Permalink
Merge pull request #486 from NaucMeIT/deps/update-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev authored Nov 30, 2024
2 parents eb7d30a + b58ada6 commit 8f1ea9e
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

1 comment on commit 8f1ea9e

@vercel
Copy link

@vercel vercel bot commented on 8f1ea9e Nov 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/legacy_nmit

web-naucmeits-projects.vercel.app
naucme.it
web-git-master-naucmeits-projects.vercel.app

Please sign in to comment.