mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
feat: add Compiler and HandlebarsCompiler with tests; improve FileManager and YamlParser functionality
This commit is contained in:
+3
-1
@@ -9,7 +9,9 @@
|
||||
"format": "bunx prettier --write .",
|
||||
"format:check": "bunx prettier --check .",
|
||||
"test": "bun test",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"dev": "bun run format:check && bun run lint && bun run build",
|
||||
"dev:watch": "bun run --watch src -- bun run dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/css": "^0.10.0",
|
||||
|
||||
Reference in New Issue
Block a user