@@ -14,7 +14,9 @@
|
||||
"db:migrate": "npm run migrate -w @adventureos/db",
|
||||
"db:seed": "npm run seed -w @adventureos/db",
|
||||
"lint": "npm run lint -w @adventureos/web",
|
||||
"test": "npm run test -w @adventureos/web && npm run test -w @adventureos/shared",
|
||||
"typecheck": "npm run typecheck -w @adventureos/web && npm run typecheck -w @adventureos/application && npm run typecheck -w @adventureos/domain",
|
||||
"test": "npm run test -w @adventureos/domain && npm run test -w @adventureos/application && npm run test -w @adventureos/web && npm run test -w @adventureos/shared",
|
||||
"test:web": "npm run test -w @adventureos/web",
|
||||
"test:shared": "npm run test -w @adventureos/shared"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user