Skip to content

Commit

Permalink
fix package.json scripts and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HuxleyBerry committed Nov 13, 2024
1 parent 4e07d4f commit dd27eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: npm i
- name: Run Eslint
run: npm run lint:strict && npm run lint
run: npm run lint:strict
typecheck:
name: Check types
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd27eda

Please sign in to comment.