pull/107/head
Boaz Poolman 2023-10-17 18:34:47 +02:00
parent 89599dd1b2
commit 58654fc769
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn
- name: Run eslint
run: yarn run eslint
integration:
@ -40,9 +40,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --frozen-lockfile --unsafe-perm --production
run: yarn --unsafe-perm --production
- name: Install dependencies playground
run: yarn playground:install --frozen-lockfile --unsafe-perm
run: yarn playground:install --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run test