mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 15:54:03 +00:00
feat(WHE-29): add v1 accounting schema migration and seed fixtures
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"build": "bun build src/index.ts --outdir dist --target bun",
|
||||
"typecheck": "tsgo --project tsconfig.json --noEmit",
|
||||
"test": "bun test --pass-with-no-tests",
|
||||
"lint": "oxlint \"src\""
|
||||
"lint": "oxlint \"src\"",
|
||||
"seed": "bun run src/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@household/config": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user