mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 03:48:26 -04:00
Revert "Remove vendor folder before building artefact"
This commit is contained in:
3
Makefile
3
Makefile
@@ -86,8 +86,7 @@ generate-version-file: ## Generates the app version file
|
|||||||
build: dependencies generate-version-file ## Build project
|
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
|
||||||
rm -rf vendor
|
mkdir -p vendor/
|
||||||
mkdir -p vendor
|
|
||||||
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
|
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
|
||||||
|
|
||||||
.PHONY: cf-build
|
.PHONY: cf-build
|
||||||
|
|||||||
Reference in New Issue
Block a user