diff --git a/Makefile b/Makefile index cefe2babe11..3b9f4aa2db5 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,8 @@ lint: ## Runs all lint tests @echo "--- bundler-audit ---" bundle exec bundler-audit check --update # JavaScript + @echo "--- yarn audit ---" + yarn audit @echo "--- eslint ---" yarn run lint @echo "--- typescript ---"