mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-05 18:02:20 -05:00
Turn off NPM auditing on installation
This isn't useful as it mostly pertains to dev dependencies, where we're not concerned about vulnerabilities as they run in isolation.
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,7 +25,7 @@ VIRTUALENV_ROOT := $(shell [ -z $$VIRTUAL_ENV ] && echo $$(pwd)/venv || echo $$V
|
||||
.PHONY: bootstrap
|
||||
bootstrap: generate-version-file ## Set up everything to run the app
|
||||
pip3 install -r requirements_for_test.txt
|
||||
source $(HOME)/.nvm/nvm.sh && nvm install && npm ci
|
||||
source $(HOME)/.nvm/nvm.sh && nvm install && npm ci --no-audit
|
||||
. environment.sh; source $(HOME)/.nvm/nvm.sh && npm run build
|
||||
|
||||
.PHONY: watch-frontend
|
||||
|
||||
Reference in New Issue
Block a user