Skip to content

Commit

Permalink
chore(repo): Temporarily disable turbo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 6, 2023
1 parent 3311fa2 commit 00d8d74
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
{
"$schema": "https://turborepo.org/schema.json",
"remoteCache": {
"signature": true
},
"globalDependencies": [
"packages/eslint-config-custom/index.js",
"package.json",
"package-lock.json",
"setupJest.afterEnv.ts",
"tsconfig.json",
"tsconfig.*.json"
],
"globalEnv": ["NODE_VERSION", "NPM_VERSION"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
"outputs": []
},
"dev": {
"dependsOn": [],
Expand All @@ -27,17 +15,7 @@
},
"test": {
"dependsOn": ["build"],
"outputs": [],
"inputs": [
"src/**/*.tsx",
"src/**/*.ts",
"tests/**/*.ts",
"tests/**/*.tsx",
"test/**/*.ts",
"test/**/*.tsx",
"tsconfig.json",
"tsconfig.*.json"
]
"outputs": []
},
"lint": {
"dependsOn": [],
Expand Down

0 comments on commit 00d8d74

Please sign in to comment.