Fix breakage from lint job

This commit is contained in:
Daniel Freedman 2020-11-16 17:34:58 -08:00 committed by GitHub
parent a40dbc1a17
commit 7af23f038c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,14 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 12 node-version: 12
- name: NPM install
run: npm ci --ignore-scripts run: npm ci --ignore-scripts
- name: Lerna bootstrap
run: npm run bootstrap run: npm run bootstrap
- name: Check Lint
run: npm run lint run: npm run lint
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest