summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-16 15:43:32 -0300
committerSebastian <sebasjm@gmail.com>2021-03-16 15:43:32 -0300
commitedbb25367e6f1a2044aaaaa2258ecece597786d6 (patch)
tree898f576d5ff3fd5fca447e66995f64f63b9a20b2 /build-system
parent36095f3ffcfbc872b95438aeea6d7b8c00c884ad (diff)
downloadmerchant-backoffice-edbb25367e6f1a2044aaaaa2258ecece597786d6.tar.gz
merchant-backoffice-edbb25367e6f1a2044aaaaa2258ecece597786d6.tar.bz2
merchant-backoffice-edbb25367e6f1a2044aaaaa2258ecece597786d6.zip
make single doc
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index d2ff1a9..d619dbd 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -35,6 +35,11 @@ clean:
build:
pnpm run build
+.PHONY: build
+build-single:
+ pnpm run build-single --filter merchant-backoffice
+ @echo Build done, result at: 'packages/frontend/single/index.html'
+
.PHONY: submodules-update
submodules-update:
git submodule update --recursive --remote