chore: add build to CI

This commit is contained in:
Ayo 2023-09-25 17:18:59 +02:00
parent 4bd37804a9
commit 643b1ff1e6

View file

@ -27,5 +27,6 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm run test
- run: npm run lint