Skip to content

Commit

Permalink
Update linting hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Oct 16, 2024
1 parent 36d6563 commit 67aeca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ vagrant_status=$(vagrant status dev --machine-readable | grep state,running)

echo "Running Linters:"
if [ "$vagrant_status" = "" ]; then
tslint=$(npm run lint)
tslint=$(npm run lint) && cd chatapi && npm run lint && cd ..
else
tslint=$(vagrant ssh dev -- -t 'cd /vagrant;npm run lint')
fi
Expand Down

0 comments on commit 67aeca4

Please sign in to comment.