Skip to content

Commit 5a76f1f

Browse files
fix: eslint command in the check dependent script (#246)
1 parent 9b383bc commit 5a76f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_dependent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ yarn generate
2424
echo "--- build-ts"
2525
yarn build-ts
2626
echo "--- eslint"
27-
yarn all:eslint
27+
yarn lint:js:all

0 commit comments

Comments
 (0)