3 - Quick clean up.

This commit is contained in:
Caleb Campbell
2025-12-27 13:47:27 +11:00
parent 59d66a247e
commit f56823f26c
4 changed files with 5 additions and 8 deletions

View File

@@ -6,8 +6,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"format": "prettier --write ."
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "Caleb Campbell",