Skip to content

Commit

Permalink
install dev dependecies on github actions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed Apr 21, 2024
1 parent 48fb495 commit 5f8d4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -16,5 +16,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install --include=dev
- run: npm run build
- run: npm run test

0 comments on commit 5f8d4f2

Please sign in to comment.