Skip to content

Commit

Permalink
ci: 🚑 Adding the build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloOlivieriAchille committed Nov 23, 2023
1 parent eb6f45e commit 357e56b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

- name: Testing
run: npm run check

Expand Down

0 comments on commit 357e56b

Please sign in to comment.