summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-21 12:07:36 +0000
committerJoe Carstairs <me@joeac.net>2026-03-21 12:07:36 +0000
commita5af23e2a4af0eabef49530d8afe8a3b56bb5721 (patch)
tree8b2241e57d0426eaf41ab7fa89ac79f3d5dde450
parentae8761cd88143c3800651639fb40ea1559c2427b (diff)
npm prepare lifecycle hook runs build script
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index dae6229..d778c60 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
},
"scripts": {
"fmt": "bunx --bun prettier --write .",
- "compile": "tsc --outDir dist"
+ "compile": "tsc --outDir dist",
+ "prepare": "tsc --outDir dist"
},
"files": [
"dist"