Skip to content

Commit

Permalink
npm build -> npm run build (example)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori authored Jan 8, 2023
1 parent 91412f5 commit 1f842bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Test
run: npm test
Expand Down

0 comments on commit 1f842bf

Please sign in to comment.