summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-04 13:41:53 +0100
committerFlorian Dold <florian@dold.me>2021-03-04 13:41:53 +0100
commit032c486eaf8c6c1a87c5b3afc609898b41eba59b (patch)
treefc9c9725c7236feb0749a35069dba74f03509ec5 /build-system
parent041e7ec353fff67514b9f74eabc3584e56a5d183 (diff)
downloadwallet-core-032c486eaf8c6c1a87c5b3afc609898b41eba59b.tar.gz
wallet-core-032c486eaf8c6c1a87c5b3afc609898b41eba59b.tar.bz2
wallet-core-032c486eaf8c6c1a87c5b3afc609898b41eba59b.zip
install source maps for better error reports
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 98994ac84..7d44c1849 100644
--- 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