Unfuck the workflow

This commit is contained in:
Holly Stubbs 2023-04-21 16:07:34 +01:00 committed by GitHub
parent 3a84e84090
commit c55c091872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run dev:updateCheck
# Don't run updateCheck for now
#- run: npm run dev:updateCheck
- run: npm run build
- run: npm test