aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-29 13:55:14 +0200
committerFlorian Dold <florian@dold.me>2023-08-29 13:55:14 +0200
commit5aa883b5d1f83f030741fc0ed53c26f965384001 (patch)
tree76cea19f540d5190adbdc1dad18315a2d4d80ce9 /packages/taler-harness/package.json
parentf86e23255a65d252e5aff52469cc2f417b0ac11c (diff)
downloadwallet-core-5aa883b5d1f83f030741fc0ed53c26f965384001.tar.xz
repo: make incremental builds faster, don't use TypeScript build mode
(build mode should not be necessary since pnpm handles dependencies inside the repo)
Diffstat (limited to 'packages/taler-harness/package.json')
-rw-r--r--packages/taler-harness/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/package.json b/packages/taler-harness/package.json
index 435ff8a59..8916e5e9e 100644
--- a/packages/taler-harness/package.json
+++ b/packages/taler-harness/package.json
@@ -16,7 +16,7 @@
},
"type": "module",
"scripts": {
- "compile": "tsc --build && ./build.mjs",
+ "compile": "tsc && ./build.mjs",
"check": "tsc",
"test": "tsc",
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
@@ -42,4 +42,4 @@
"@gnu-taler/taler-wallet-core": "workspace:*",
"tslib": "^2.5.3"
}
-} \ No newline at end of file
+}