devops: build step checks packages (#57)

This commit is contained in:
Ayo Ayco 2022-10-06 16:53:28 +02:00 committed by GitHub
parent 7c31381d76
commit 96657a9c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build -w demo
- run: npm run build
- run: npm run lint
- run: npm test