We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c133ce commit 5f3a281Copy full SHA for 5f3a281
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
env:
33
NODE_OPTIONS: --import tsx
34
TSX_TSCONFIG_PATH: ${{ github.workspace }}/tsconfig.base.json
35
- run: npx nx format:check
+ run: NX_DAEMON=false npx nx format:check --skipNxCache
36
37
lint:
38
runs-on: ubuntu-latest
0 commit comments