fix: Only use the --no-lockfile for the integration tests

pull/107/head
Boaz Poolman 2023-10-17 20:48:20 +02:00
parent eb97eaeb38
commit 08437acb0b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn --no-lockfile
run: yarn
- name: Run eslint
run: yarn run eslint
integration: