taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 032c486eaf8c6c1a87c5b3afc609898b41eba59b
parent 041e7ec353fff67514b9f74eabc3584e56a5d183
Author: Florian Dold <florian@dold.me>
Date:   Thu,  4 Mar 2021 13:41:53 +0100

install source maps for better error reports

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

diff --git a/build-system/Makefile b/build-system/Makefile @@ -88,6 +88,7 @@ install: compile install -d $(install_target)/node_modules/taler-wallet-cli/bin install -d $(install_target)/node_modules/taler-wallet-cli/dist install ./packages/taler-wallet-cli/dist/taler-wallet-cli.js $(install_target)/node_modules/taler-wallet-cli/dist/ + install ./packages/taler-wallet-cli/dist/taler-wallet-cli.js.map $(install_target)/node_modules/taler-wallet-cli/dist/ install ./packages/taler-wallet-cli/bin/taler-wallet-cli $(install_target)/node_modules/taler-wallet-cli/bin/ ln -sft $(prefix)/bin $(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli endif