Skip to content

Commit e5b553f

Browse files
committed
Fix CI test-published-types
1 parent 0de698d commit e5b553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# test-published-types directory, it's only install `dependencies` of the
4949
# lib.
5050
- name: pack the lib
51-
run: npm run pack --pack-destination /tmp/
51+
run: npm pack --pack-destination /tmp/
5252

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

0 commit comments

Comments
 (0)