Skip to content

Commit

Permalink
Install only devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vejol committed Mar 5, 2024
1 parent e4bce4b commit a0cdcec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Install backend dependencies & run linter
working-directory: ./backend
run: |
npm ci
npm run lint:fix
npm install --only=dev
npm run lint
- name: Install frontend dependencies & run linter
working-directory: ./frontend
run: |
npm ci
npm run lint:fix
npm install --only=dev
npm run lint

0 comments on commit a0cdcec

Please sign in to comment.