Skip to content

Commit

Permalink
Also install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daikema authored Sep 20, 2024
1 parent 0f2c627 commit dc9f6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libpam0g-dev

- name: Install dependencies
run: npm install
run: npm install --include=dev

- name: Build
run: npm run build

0 comments on commit dc9f6dd

Please sign in to comment.