Add prepare script for git installs

This commit is contained in:
2026-04-18 20:10:45 +10:00
parent eace5d0f35
commit 234d269283

View File

@@ -12,6 +12,7 @@
}
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"dev": "tsc --watch",
"clean": "rimraf dist"