Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
karaggeorge committed Nov 17, 2024
1 parent 3f3d9df commit c154427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm build
- run: npm run build
- run: npm test
- name: Upload build
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c154427

Please sign in to comment.