ci: npm ci in build.yaml
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m19s

This commit is contained in:
Mihajlo Medjedovic 2023-09-25 16:53:40 +02:00
parent 24067ea82b
commit 91e82c9c65

View File

@ -19,4 +19,7 @@ jobs:
NPMRC: ${{ secrets.NPMRC}}
- run: npm run lint:check
- run: cd client && npm run license-checker
- run: |
cd client
npm ci
npm run license-checker