feat: Add --no-lockfile to the yarn install step in the pipeline

pull/107/head
Boaz Poolman 2023-10-17 20:45:29 +02:00
parent efe6834d99
commit eb97eaeb38
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn
run: yarn --no-lockfile
- name: Run eslint
run: yarn run eslint
integration:
@ -38,7 +38,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies plugin
run: yarn --unsafe-perm --production
run: yarn --no-lockfile --unsafe-perm --production
- name: Install dependencies playground
run: yarn playground:install --unsafe-perm
- name: Build playground