Skip to content

Commit

Permalink
ci: remove force
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jul 3, 2021
1 parent 99ca63f commit 409cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install
run: npm install --force
run: npm install
- name: build
run: npm run build -- --skip-nx-cache
- name: test
Expand Down

0 comments on commit 409cf0d

Please sign in to comment.