mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 11:54:03 +00:00
fix(test): configure scripts workspace and e2e typings
This commit is contained in:
12
scripts/package.json
Normal file
12
scripts/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@household/scripts",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --project tsconfig.json --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"drizzle-orm": "*",
|
||||
"@household/db": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user