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.
1 parent b3843e0 commit c96e0a0Copy full SHA for c96e0a0
.github/workflows/build.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: lts/*
26
- uses: nrwl/nx-set-shas@v3
27
- name: npm install
28
- run: npm install
+ run: npm install --legacy-peer-deps
29
- name: Build.all affected
30
run: npx nx affected --target=build --exclude nativescript-demo-ng
0 commit comments