Skip to content

Commit cb2f0bc

Browse files
committed
chore(workflows): remove NX_DAEMON environment variable from build steps
1 parent 2589b20 commit cb2f0bc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
run: bunx changeset version --snapshot beta
6868

6969
- name: Build workspace
70-
env:
71-
NX_DAEMON: 'false'
7270
run: bun run build
7371

7472
- name: Publish prerelease packages

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
fi
7171
7272
- name: Build
73-
env:
74-
NX_DAEMON: 'false'
7573
run: bun run build
7674
# Enable this after pnpm migration
7775
# run: pnpm build

0 commit comments

Comments
 (0)