Makefile: do not build if audit is bad (#63200)

This commit is contained in:
Thomas NOËL 2022-03-25 14:54:41 +01:00
parent d75046c6b1
commit 9e13ef8a91
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ clean:
rm -rf xstatic/pkg/godo/data
build:
npm audit
npm install
npm run build