diff options
author | Florian Dold <florian@dold.me> | 2023-06-06 15:25:53 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-06-06 15:25:53 +0200 |
commit | f56a563533e28b27affc098ccff77ae4cc60e509 (patch) | |
tree | e17a914408d7982d6e34b986e2c98a23af855ea3 /packages/web-util/package.json | |
parent | 265d88b6b7eaf08ef2ab7ccb22c43205354b0f0d (diff) |
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/web-util/package.json')
-rw-r--r-- | packages/web-util/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json index d2a8a3144..0fc76c0d6 100644 --- a/packages/web-util/package.json +++ b/packages/web-util/package.json @@ -27,7 +27,6 @@ } }, "scripts": { - "prepare": "tsc && ./build.mjs", "compile": "tsc && ./build.mjs", "clean": "rimraf dist lib tsconfig.tsbuildinfo", "pretty": "prettier --write src" |