Skip to content

Commit

Permalink
build: add build script outputs in turbo pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Mar 14, 2024
1 parent 471bd2e commit 09d3446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build", "codegen"]
"dependsOn": ["^build", "codegen"],
"outputs": ["dist/**", "dist.cjs/**"]
},
"lint": {},
"typecheck": {
Expand Down

0 comments on commit 09d3446

Please sign in to comment.