Skip to content

Commit

Permalink
Fix CI test-published-types
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Oct 17, 2024
1 parent 0de698d commit e5b553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# test-published-types directory, it's only install `dependencies` of the
# lib.
- name: pack the lib
run: npm run pack --pack-destination /tmp/
run: npm pack --pack-destination /tmp/

- name: find the packed lib
run: echo "ESLINT_PLUGIN_REACT_PATH=$(ls /tmp/eslint-plugin-react*.tgz | tail -n 1)" >> $GITHUB_ENV
Expand Down

0 comments on commit e5b553f

Please sign in to comment.