Skip to content

Commit

Permalink
fix: eslint command in the check dependent script (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov committed Apr 21, 2022
1 parent 9b383bc commit 5a76f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_dependent.sh
Expand Up @@ -24,4 +24,4 @@ yarn generate
echo "--- build-ts"
yarn build-ts
echo "--- eslint"
yarn all:eslint
yarn lint:js:all

0 comments on commit 5a76f1f

Please sign in to comment.