mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-12 16:14:56 -05:00
Copy all the dependencies into the directory
This commit is contained in:
2
Makefile
2
Makefile
@@ -87,7 +87,7 @@ build: dependencies generate-version-file ## Build project
|
||||
npm run build
|
||||
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel install -r requirements.txt
|
||||
mkdir -p vendor/
|
||||
cp -r ${PIP_ACCEL_CACHE}/sources/ vendor/
|
||||
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
|
||||
|
||||
.PHONY: cf-build
|
||||
cf-build: dependencies generate-version-file ## Build project
|
||||
|
||||
Reference in New Issue
Block a user