Skip to content

Commit

Permalink
add: sdk package to turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Oct 19, 2024
1 parent 16bed76 commit 227a68a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": "turbo run build --concurrency=100%",
"build:docs": "turbo run build --filter=@kariba/docs",
"dev:docs": "turbo run dev --filter=@kariba/docs --parallel",
"build:sdk": "turbo run build --filter=@kariba/sdk",
"format:staged": "lint-staged",
"lint": "turbo run lint --concurrency=100%",
"test": "turbo run test --concurrency=1",
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- "apps/docs"
- "packages/sdk"
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"outputs": ["out/**", ".next/**"],
"env": ["PLASMIC_PROJECT_ID", "PLASMIC_PROJECT_API_TOKEN"],
"cache": false
},
"@kariba/sdk#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": false
}
}
}

0 comments on commit 227a68a

Please sign in to comment.