summaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-08-30 10:44:14 -0300
committerSebastian <sebasjm@gmail.com>2021-08-30 10:44:20 -0300
commit80e45b024af196eaf97bbcdbc10118ada74c42ee (patch)
tree60f7008208d9dd353e3a01344897d314e4f11021 /build-system/Makefile
parentacbc02e744ae2e7bd496095298367465481ff7d6 (diff)
downloadmerchant-backoffice-80e45b024af196eaf97bbcdbc10118ada74c42ee.tar.gz
merchant-backoffice-80e45b024af196eaf97bbcdbc10118ada74c42ee.tar.bz2
merchant-backoffice-80e45b024af196eaf97bbcdbc10118ada74c42ee.zip
bulid single with merchant backend
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index cf3c157..7702683 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -37,7 +37,8 @@ build:
.PHONY: build
build-single:
pnpm run build-single --filter merchant-backoffice
- @echo Build done, result at: 'packages/frontend/single/index.html'
+ pnpm run build --filter merchant-backend
+ @echo Build done, result at: 'packages/frontend/single/index.html' packages/backend/dist/pages/*html
.PHONY: submodules-update
submodules-update: