From 4fdf91040dc83d1736e4a28f84aad99ff1d2333b Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Wed, 9 Mar 2022 10:59:51 -0600 Subject: [PATCH] Run yarn audit in CI changelog: Internal, Security, Run JavaScript dependency audit in continuous integration tests --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 ---"