Skip to content

Commit

Permalink
fix(repo): Explicitly account for subpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Dec 8, 2023
1 parent b9ff28d commit dedadac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"remoteCache": {
"signature": true
},
"globalDependencies": ["jest.*.ts", "package.json", "package-lock.json", "tsconfig.json", "tsconfig.*.json"],
"globalDependencies": [
"jest.*.ts",
"package.json",
"package-lock.json",
"tsconfig.json",
"tsconfig.*.json",
"scripts/subpath-workaround.mjs"
],
"globalEnv": [
"CLERK_*",
"GATSBY_CLERK_*",
Expand All @@ -28,6 +35,7 @@
"tsconfig.build.json",
"tsconfig.declarations.json",
"tsup.config.ts",
"subpaths.mjs",
"!**/**/*.test.*",
"!**/test/**",
"!**/tests/**",
Expand Down

0 comments on commit dedadac

Please sign in to comment.