Skip to content

Commit ec7c74a

Browse files
authored
Update turbo.json to fix standalone CI (#12)
## Summary Updates turbo.json to make sure standalone build in https://github.com/launchdarkly/observability-sdk still works. ## How did you test this change? CI ## Are there any deployment considerations? using this in launchdarkly/observability#19 ## Does this work require review from our design team? no
1 parent 8fe8e82 commit ec7c74a

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

sdk/highlight-remix/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@remix-run/react": "^2.10.0",
48+
"@types/js-cookie": "^3.0.6",
4849
"tsup": "^8.3.6",
4950
"typescript": "^5.1.6"
5051
}

turbo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
33
"tasks": {
4+
"highlight.run#typegen": {
5+
"dependsOn": [
6+
"rrweb#build",
7+
"@rrweb/rrweb-plugin-sequential-id-record#build",
8+
"@rrweb/types#build"
9+
],
10+
"inputs": ["src/**/*.tsx", "src/**/*.ts", "tsconfig.json"],
11+
"outputs": ["dist/**/*.d.ts"]
12+
},
413
"codegen": {
514
"inputs": ["./**/*.gql", "./**/*.graphqls"],
615
"outputs": ["src/graph/generated/**"],

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6941,6 +6941,7 @@ __metadata:
69416941
"@highlight-run/react": "workspace:*"
69426942
"@opentelemetry/instrumentation": "npm:>=0.53.0"
69436943
"@remix-run/react": "npm:^2.10.0"
6944+
"@types/js-cookie": "npm:^3.0.6"
69446945
highlight.run: "workspace:*"
69456946
js-cookie: "npm:^3.0.5"
69466947
tsup: "npm:^8.3.6"

0 commit comments

Comments
 (0)