summaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-02-23 17:05:38 -0300
committerSebastian <sebasjm@gmail.com>2021-02-23 17:05:38 -0300
commitbf20cbfeb441dfc4d9a109e6e4502ebc37a10b02 (patch)
treec05b766e36c58ab848a96e50919859df4df3be94 /build-system/Makefile
parent808934fae5968ae0d967bdd3d1d5f5ba9322881e (diff)
downloadmerchant-backoffice-bf20cbfeb441dfc4d9a109e6e4502ebc37a10b02.tar.gz
merchant-backoffice-bf20cbfeb441dfc4d9a109e6e4502ebc37a10b02.tar.bz2
merchant-backoffice-bf20cbfeb441dfc4d9a109e6e4502ebc37a10b02.zip
dist command
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 37a44b9..fb181b7 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -59,6 +59,10 @@ dev-view: compile
lint:
pnpm run lint
+.PHONY: dist
+dist: build
+ (cd packages/frontend/build && zip -r - .) > merchant-backoffice.zip
+
.PHONY: install
install: build
echo install -d ${prefix}