diff options
author | Sebastian <sebasjm@gmail.com> | 2023-06-05 09:42:10 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-06-05 09:42:10 -0300 |
commit | df53866e6b148ea5fd2ab57e906a4aa36b535ed3 (patch) | |
tree | 3042186e7d6db3febf05906ad919cbc5d7b3f18c /packages/merchant-backoffice-ui | |
parent | cf8c0725a4cbc66bc9c11c201cbdfbf07aa1e6b3 (diff) |
fix spa dir
Diffstat (limited to 'packages/merchant-backoffice-ui')
-rw-r--r-- | packages/merchant-backoffice-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/Makefile b/packages/merchant-backoffice-ui/Makefile index 3731e3490..48e13f59e 100644 --- a/packages/merchant-backoffice-ui/Makefile +++ b/packages/merchant-backoffice-ui/Makefile @@ -11,5 +11,5 @@ spa_dir=$(prefix)/share/taler/merchant-backoffice install: pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice... pnpm run build - (cd dist && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;) + (cd dist/prod && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;) |