aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-05-24 18:00:25 +0200
committerFlorian Dold <florian@dold.me>2022-05-24 18:00:25 +0200
commit07e1818679b1ec33d506abd50f5659048997a847 (patch)
treeca4eaed270c055d5a7c86ac91a85a4b0ef21d083 /packages/taler-wallet-core
parent16cc179edf0d35449c7a4f0824db86601b3a05ba (diff)
downloadwallet-core-07e1818679b1ec33d506abd50f5659048997a847.tar.xz
Revert "no need to compile after install"
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/package.json b/packages/taler-wallet-core/package.json
index fd882347e..65b6916c9 100644
--- a/packages/taler-wallet-core/package.json
+++ b/packages/taler-wallet-core/package.json
@@ -12,6 +12,7 @@
"author": "Florian Dold",
"license": "GPL-3.0",
"scripts": {
+ "prepare": "tsc && rollup -c",
"compile": "tsc && rollup -c",
"pretty": "prettier --write src",
"test": "tsc && ava",