tss-rocks/package.json
CDN 05ddc1f783
Some checks failed
Build Backend / Build Docker Image (push) Successful in 3m33s
Test Backend / test (push) Failing after 31s
[feature] migrate to monorepo
2025-02-21 00:49:20 +08:00

13 lines
294 B
JSON

{
"name": "tss-rocks",
"private": true,
"workspaces": [
"api",
"frontend"
],
"scripts": {
"api:build": "pnpm --filter @tss-rocks/api build",
"dev": "pnpm --filter @tss-rocks/frontend dev",
"build": "pnpm api:build && pnpm --filter @tss-rocks/frontend build"
}
}