Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 9, 2022
1 parent 7bc1293 commit 257b738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

yarn global add depcheck@"${INPUT_VERSION}"
npm install -g "depcheck@${INPUT_VERSION}"

OUTPUT=$(depcheck --ignores="${INPUT_IGNORES}" "${INPUT_DIR}" 2>&1) && exit_status=$? || exit_status=$?
echo "$OUTPUT"
Expand Down

0 comments on commit 257b738

Please sign in to comment.