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 d3a2280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-jest-dom": "3.8.0",
"eslint-plugin-testing-library": "^4.0.1",
"husky": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-core": "~3.7.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "^27.0.6",
"jest-preset-angular": "9.0.4",
Expand Down

0 comments on commit d3a2280

Please sign in to comment.