mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
bb0d4e271b
Signed-off-by: lucperkins <lucperkins@gmail.com>
18 lines
216 B
Makefile
18 lines
216 B
Makefile
setup:
|
|
npm install
|
|
|
|
serve:
|
|
hugo server \
|
|
--buildDrafts \
|
|
--buildFuture
|
|
|
|
production-build:
|
|
hugo --minify
|
|
|
|
preview-build:
|
|
hugo \
|
|
--baseURL $(DEPLOY_PRIME_URL) \
|
|
--buildDrafts \
|
|
--buildFuture \
|
|
--minify
|