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 e6d79b4 commit 65d51deCopy full SHA for 65d51de
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
cache: "npm"
27
- name: Install dependencies
28
- run: npm ci --force
+ run: npm ci
29
- name: Build
30
run: npm run build --if-present
31
- name: Unit Tests
0 commit comments