diff options
| author | Joe Carstairs <me@joeac.net> | 2026-03-21 12:07:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-03-21 12:07:36 +0000 |
| commit | a5af23e2a4af0eabef49530d8afe8a3b56bb5721 (patch) | |
| tree | 8b2241e57d0426eaf41ab7fa89ac79f3d5dde450 /package.json | |
| parent | ae8761cd88143c3800651639fb40ea1559c2427b (diff) | |
npm prepare lifecycle hook runs build script
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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" |
