summaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
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: