Update README.md

This commit is contained in:
2026-03-21 14:36:32 +01:00
parent 4b79993d37
commit 13bd8bb851
2 changed files with 106 additions and 68 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Bugfix. Update generate-web-html function' && git push",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update README.md' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext",
"build": "tsc",
"test": "bun test --max-concurrency=1"