Major Bugfix. Update init function

This commit is contained in:
2026-03-21 13:52:53 +01:00
parent d3336b48c7
commit a38841a587
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"publish": "tsc --noEmit && tsc && git add . && git commit -m 'Bugfixes: update types, update imports, update init function.' && git push",
"git:push": "bun run test && tsc --noEmit && tsc && git add . && git commit -m 'Major Bugfix. Update init function' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext",
"build": "tsc",
"test": "bun test --max-concurrency=1"