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 87ade85 commit 78d343bCopy full SHA for 78d343b
.github/workflows/eslint_plugin_e2e_tests.yml
@@ -47,7 +47,10 @@ jobs:
47
- run: yarn install --frozen-lockfile
48
- name: Build plugin
49
working-directory: fixtures/eslint-v${{ matrix.eslint_major }}
50
- run: node build.mjs
+ run: |
51
+ ls -la
52
+ node build.mjs
53
+ - run: ls -la build/node_modules
54
- name: Install fixture dependencies
55
working-directory: ./fixtures/eslint-v${{ matrix.eslint_major }}
56
run: yarn --frozen-lockfile
0 commit comments