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 d164dc2 commit 7c449edCopy full SHA for 7c449ed
.github/workflows/build-tarball.yml
@@ -96,7 +96,7 @@ jobs:
96
echo "TAR_DIR=$RUNNER_TEMP/`basename tarballs/*.tar.gz .tar.gz`" >> $GITHUB_ENV
97
- name: Copy directories needed for testing
98
run: |
99
- cp -r tools/eslint $TAR_DIR/tools
+ cp -r tools/node_modules $TAR_DIR/tools
100
cp -r tools/eslint-rules $TAR_DIR/tools
101
- name: Build
102
0 commit comments