Skip to content

Commit

Permalink
change relase/build
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 13, 2024
1 parent 8c6d5a6 commit 5b97191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: install react
run: npm i react
- name: install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: lint checks
run: npm run lint
- name: unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install react
run: npm i react
- name: install dependencies
run: npm ci
run: npm ci --legacy-peer-deps
- name: build
run: npm run build
- name: release
Expand Down

0 comments on commit 5b97191

Please sign in to comment.