This commit is contained in:
@@ -16,10 +16,13 @@
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"typecheck": "npm run typecheck --workspaces --if-present",
|
||||
"test": "npm run test --workspaces --if-present",
|
||||
"test:e2e": "npm run test:e2e -w @pig/api",
|
||||
"lint": "npm run lint --workspaces --if-present",
|
||||
"dev:api": "npm run dev -w @pig/api",
|
||||
"dev:web": "npm run dev -w @pig/web",
|
||||
"dev:mcp": "npm run dev -w @pig/mcp",
|
||||
"dev:piggy": "npm run dev -w @pig/piggy",
|
||||
"pig": "tsx apps/cli/src/main.ts",
|
||||
"db:generate": "npm run generate -w @pig/db",
|
||||
"db:migrate": "npm run migrate -w @pig/db",
|
||||
"db:seed": "npm run seed -w @pig/db",
|
||||
|
||||
Reference in New Issue
Block a user