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 0de698d commit e5b553fCopy full SHA for e5b553f
.github/workflows/type-check.yml
@@ -48,7 +48,7 @@ jobs:
48
# test-published-types directory, it's only install `dependencies` of the
49
# lib.
50
- name: pack the lib
51
- run: npm run pack --pack-destination /tmp/
+ run: npm pack --pack-destination /tmp/
52
53
- name: find the packed lib
54
run: echo "ESLINT_PLUGIN_REACT_PATH=$(ls /tmp/eslint-plugin-react*.tgz | tail -n 1)" >> $GITHUB_ENV
0 commit comments