This commit is contained in:
Martin Berg Alstad
2023-07-16 20:40:50 +02:00
committed by GitHub
parent 070623ec04
commit 8f71328c78

View File

@ -27,7 +27,9 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install
run: npm ci
run: |
ls -la
npm ci
- name: Build
run: npm run build --if-present
- name: Tests