diff --git a/Makefile b/Makefile index 98a7c80..f79bd32 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -rf xstatic/pkg/godo/data build: - npm audit + npm audit --audit-level=moderate npm clean-install npm run build