Browse Source

Turn Nx Daemon off

https://nx.dev/concepts/nx-daemon#turning-it-off
feature/upgrade-nx-to-version-21.1.2
Thomas Kaul 4 weeks ago
parent
commit
b0b3434629
  1. 2
      .github/workflows/build-code.yml
  2. 2
      .github/workflows/extract-locales.yml

2
.github/workflows/build-code.yml

@ -9,6 +9,8 @@ permissions:
jobs:
build:
env:
NX_DAEMON: false
runs-on: ubuntu-latest
strategy:
matrix:

2
.github/workflows/extract-locales.yml

@ -11,6 +11,8 @@ permissions:
jobs:
extract_locales:
env:
NX_DAEMON: false
runs-on: ubuntu-latest
steps:
- name: Checkout code

Loading…
Cancel
Save