Skip to content

Commit

Permalink
adding a build action to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyg37 committed Apr 2, 2024
1 parent 22c7d28 commit 4b76100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
with:
node-version: '14'
- run: cd backend && npm install
- run: npm test
- run: cd backend && npm run build
- run: cd backend && npm run test

0 comments on commit 4b76100

Please sign in to comment.