We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7d30a + b58ada6 commit 8f1ea9eCopy full SHA for 8f1ea9e
.prototools
@@ -1,5 +1,5 @@
1
biome = "1.9.4"
2
-bun = "1.1.36"
+bun = "1.1.38"
3
node = "~20"
4
npm = "~10"
5
zerops.yml
@@ -16,10 +16,10 @@ zerops:
16
NMIT_LIFETIME_PRODUCT_VARIANT_ID: ${RUNTIME_NMIT_LIFETIME_PRODUCT_VARIANT_ID}
17
NEXTAUTH_URL: ${RUNTIME_NEXTAUTH_URL}
18
prepareCommands:
19
- - echo "Upgrading bun to 1.1.36"
+ - echo "Upgrading bun to 1.1.38"
20
- bun upgrade
21
buildCommands:
22
- - bun install
+ - pnpm install
23
- bun run postinstall
24
- bun run validateEnv
25
- bun x nx build:executable backend --verbose --skip-nx-cache
@@ -29,7 +29,9 @@ zerops:
29
- node_modules/.prisma
30
cache:
31
- node_modules
32
- - bun.lockb
+ - package.json
33
+ - pnpm-lock.yaml
34
+ - pnpm-workspace.yaml
35
36
run:
37
base: ubuntu@latest
0 commit comments