We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4962c9 commit 38dfcbcCopy full SHA for 38dfcbc
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: ${{ matrix.node-version }}
35
- name: install
36
- run: npm install --force
+ run: npm install
37
- name: build
38
run: npm run build -- --skip-nx-cache
39
- name: test
0 commit comments