Skip to content

Commit

Permalink
Add dependency for create-gensx tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Jan 7, 2025
1 parent 2b2851f commit 08c8798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-gensx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"test": "vitest"
},
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
},
"docs#lint": {
"dependsOn": ["^build", "build"]
},
"create-gensx#test": {
"dependsOn": ["^build", "build", "gensx#build", "@gensx/openai#build"]
}
}
}

0 comments on commit 08c8798

Please sign in to comment.