Update init. Remove uneccessary directores creation

This commit is contained in:
2026-03-22 05:06:36 +01:00
parent 32056b5cb6
commit 9f619c8898
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update HMR logic. Refresh on server props update.' && git push",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update init. Remove uneccessary directores creation' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext --minify",
"build": "tsc",
"test": "bun test --max-concurrency=1"