Skip to content

Commit

Permalink
Update npm build command
Browse files Browse the repository at this point in the history
Change the npm build command to one that works with this version.
  • Loading branch information
aag committed Jun 26, 2024
1 parent b4895df commit c71d47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '20'
- run: npm install
- run: npm build
- run: npm run build
- run: npm test

php:
Expand Down

0 comments on commit c71d47a

Please sign in to comment.