mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Remove vendor folder before building artifact
This commit is contained in:
3
Makefile
3
Makefile
@@ -86,7 +86,8 @@ 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
|
||||||
mkdir -p vendor/
|
rm -rf 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