feat(build): add build target
This commit is contained in:
parent
93ad4992a7
commit
66c160a3d2
4 changed files with 28 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: requirements.txt requirements-dev.txt configure Pipfile.lock src/sphinx_theme_ref/assets
|
||||
.PHONY: requirements.txt requirements-dev.txt configure Pipfile.lock src/sphinx_theme_ref/assets build
|
||||
|
||||
PKG_BASENAME := sphinx_theme_ref
|
||||
|
||||
|
|
@ -26,3 +26,6 @@ uat:
|
|||
make -C vendor/html-theme-ref watch OUTPUT_PATH=$(VENDOR_OUTPUT_PATH) & \
|
||||
wait
|
||||
|
||||
build:
|
||||
.venv/bin/pipenv run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue