aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-06 15:30:19 +0200
committerFlorian Dold <florian@dold.me>2023-06-06 15:30:37 +0200
commit8671dc37c88e73aab54d7528a89345475ca3a85a (patch)
tree4cc39d7c4b8a4eabb300671273ad6033ae9b5c1b /packages/taler-wallet-core
parentf56a563533e28b27affc098ccff77ae4cc60e509 (diff)
downloadwallet-core-8671dc37c88e73aab54d7528a89345475ca3a85a.tar.xz
build system: use --build argument for tsc
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/package.json b/packages/taler-wallet-core/package.json
index caf212b37..b32f797d0 100644
--- a/packages/taler-wallet-core/package.json
+++ b/packages/taler-wallet-core/package.json
@@ -12,7 +12,7 @@
"author": "Florian Dold",
"license": "GPL-3.0",
"scripts": {
- "compile": "tsc",
+ "compile": "tsc --build",
"pretty": "prettier --write src",
"test": "tsc && ava",
"coverage": "tsc && c8 --src src --all ava",
@@ -82,4 +82,4 @@
"lib/**/*test.*"
]
}
-} \ No newline at end of file
+}