merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit cb40ce58e29bb519176501fa403c7455217c2c62
parent 6b3d4771429459c4928ed53f6674fd6614f21236
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue, 19 Apr 2022 18:38:51 -0300

fix Makefile message

Diffstat:
Mbuild-system/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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: