refactor(ci): minor optimizations

This commit is contained in:
Liyas Thomas
2021-06-15 08:40:03 +00:00
committed by GitHub
parent 5fe8fce89d
commit 5246284e32
2 changed files with 2 additions and 11 deletions

View File

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