make ci faster

main
Cameron Clough 2022-01-06 16:18:09 +00:00
parent ce8384389b
commit ea80c8bfae
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
node-version: '16'
check-latest: true
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm run build
- run: npm test