mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-18 03:31:52 -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
|
npm run build
|
||||||
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel install -r requirements.txt
|
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel install -r requirements.txt
|
||||||
mkdir -p vendor/
|
mkdir -p vendor/
|
||||||
cp -r ${PIP_ACCEL_CACHE}/sources/ vendor/
|
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
|
||||||
|
|
||||||
.PHONY: cf-build
|
.PHONY: cf-build
|
||||||
cf-build: dependencies generate-version-file ## Build project
|
cf-build: dependencies generate-version-file ## Build project
|
||||||
|
|||||||
Reference in New Issue
Block a user