Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Jul 16, 2024
1 parent d702ef5 commit 5cf975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --include=dev
- run: run run build
- run: npm run build

0 comments on commit 5cf975b

Please sign in to comment.