diff options
author | Florian Dold <florian@dold.me> | 2023-06-06 15:36:28 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-06-06 15:36:28 +0200 |
commit | 574a91fcc1d9754b92b4870aedc92bc44ece2fa1 (patch) | |
tree | 1b55cd437d588524167e9200e98500e57e42c10f /packages/taler-harness/package.json | |
parent | 8671dc37c88e73aab54d7528a89345475ca3a85a (diff) |
-use tsc --build
Diffstat (limited to 'packages/taler-harness/package.json')
-rw-r--r-- | packages/taler-harness/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/package.json b/packages/taler-harness/package.json index 86c0ad9ad..76e7d6fd2 100644 --- a/packages/taler-harness/package.json +++ b/packages/taler-harness/package.json @@ -16,7 +16,7 @@ }, "type": "module", "scripts": { - "compile": "tsc && ./build.mjs", + "compile": "tsc --build && ./build.mjs", "check": "tsc", "test": "tsc", "clean": "rimraf lib dist tsconfig.tsbuildinfo", @@ -43,4 +43,4 @@ "axios": "^0.27.2", "tslib": "^2.5.3" } -}
\ No newline at end of file +} |