Skip to content

Commit

Permalink
fix(core): packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nickthesing committed Nov 22, 2023
1 parent 9abc615 commit e1d159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Lint, Test & Build GUI
working-directory: ./src/gui
run: |
npm install --package-lock-only
npm install --force --package-lock-only
npm ci --quiet --no-progress
npm run lint
npm run build
Expand Down

0 comments on commit e1d159e

Please sign in to comment.