Skip to content

Commit

Permalink
ci: fix turbo config
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Aug 13, 2024
1 parent 896ede5 commit 998528a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
"editor.defaultFormatter": "biomejs.biome",
"biome.enabled": true,
"deno.enable": false,
"deno.enablePaths": ["./@coderspirit/internal-tools"]
"deno.enablePaths": ["./@coderspirit/internal-tools"],
"deno.disablePaths": [
"./@coderspirit/dev-configs",
"./@coderspirit/lambda-ioc",
"./@coderspirit/nominal",
"./@coderspirit/nominal-inputs",
"./@coderspirit/nominal-symbols",
"./@coderspirit/nominal-typebox",
"./@coderspirit/safe-env"
]
}
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
"build": {
"dependsOn": ["^lint:publint", "^build"],
"dependsOn": ["^build"],
"inputs": [
"./package.json",
"./rollup.config.mjs",
Expand Down

0 comments on commit 998528a

Please sign in to comment.