Update node.js.yml

This commit is contained in:
smartfridge 2021-05-01 15:55:01 +02:00 committed by GitHub
parent 07f88e12b8
commit c9d29bf8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run make
- run: npm test