We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe6834 commit eb97eaeCopy full SHA for eb97eae
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
node-version: ${{ matrix.node }}
24
- name: Install dependencies
25
- run: yarn
+ run: yarn --no-lockfile
26
- name: Run eslint
27
run: yarn run eslint
28
integration:
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Install dependencies plugin
41
- run: yarn --unsafe-perm --production
+ run: yarn --no-lockfile --unsafe-perm --production
42
- name: Install dependencies playground
43
run: yarn playground:install --unsafe-perm
44
- name: Build playground
0 commit comments