aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backend-ui
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-06 15:25:53 +0200
committerFlorian Dold <florian@dold.me>2023-06-06 15:25:53 +0200
commitf56a563533e28b27affc098ccff77ae4cc60e509 (patch)
treee17a914408d7982d6e34b986e2c98a23af855ea3 /packages/merchant-backend-ui
parent265d88b6b7eaf08ef2ab7ccb22c43205354b0f0d (diff)
downloadwallet-core-f56a563533e28b27affc098ccff77ae4cc60e509.tar.xz
build system: get rid of prepare scripts
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
Diffstat (limited to 'packages/merchant-backend-ui')
-rw-r--r--packages/merchant-backend-ui/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/merchant-backend-ui/package.json b/packages/merchant-backend-ui/package.json
index 03bb1e894..23e5007e9 100644
--- a/packages/merchant-backend-ui/package.json
+++ b/packages/merchant-backend-ui/package.json
@@ -6,7 +6,6 @@
"scripts": {
"compile": "tsc && ./build.mjs",
"build": "pnpm compile",
- "prepare": "tsc",
"render-examples": "ts-node -O '{\"module\": \"commonjs\"}' -T render-examples.ts dist/pages dist/examples",
"lint-check": "eslint '{src,tests}/**/*.{js,jsx,ts,tsx}'",
"lint-fix": "eslint --fix '{src,tests}/**/*.{js,jsx,ts,tsx}'",