From 9e13ef8a91ed0f8c839aa445898767a6107d33b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20NO=C3=8BL?= Date: Fri, 25 Mar 2022 14:54:41 +0100 Subject: [PATCH] Makefile: do not build if audit is bad (#63200) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index adaff2c..f65524f 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ clean: rm -rf xstatic/pkg/godo/data build: + npm audit npm install npm run build