summaryrefslogtreecommitdiff
path: root/build-system/Makefile
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-04-19 18:38:51 -0300
committerSebastian <sebasjm@gmail.com>2022-04-19 18:38:51 -0300
commitcb40ce58e29bb519176501fa403c7455217c2c62 (patch)
tree85142e816014eea0275c6d178242053e8eed2dfb /build-system/Makefile
parent6b3d4771429459c4928ed53f6674fd6614f21236 (diff)
downloadmerchant-backoffice-cb40ce58e29bb519176501fa403c7455217c2c62.tar.gz
merchant-backoffice-cb40ce58e29bb519176501fa403c7455217c2c62.tar.bz2
merchant-backoffice-cb40ce58e29bb519176501fa403c7455217c2c62.zip
fix Makefile message
Diffstat (limited to 'build-system/Makefile')
-rw-r--r--build-system/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 0ed2e0b..b440e53 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -38,7 +38,7 @@ build:
build-single:
pnpm run build-single --filter merchant-backoffice
pnpm run build --filter merchant-backend
- @echo Build done, result at: 'packages/frontend/single/index.html' packages/backend/dist/pages/*html
+ @echo Build done, result at: 'packages/merchant-backoffice/single/index.html' packages/merchant-backend/dist/pages/*html
.PHONY: submodules-update
submodules-update: