Update watcher function. Add .css files to the rebuild pipeline

This commit is contained in:
2026-03-21 14:58:41 +01:00
parent 13bd8bb851
commit 632c70fc90
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"scripts": {
"dev": "tsc --watch",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update README.md' && git push",
"git:push": "tsc --noEmit && tsc && git add . && git commit -m 'Update watcher function. Add .css files to the rebuild pipeline' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext",
"build": "tsc",
"test": "bun test --max-concurrency=1"