Skip to content

Commit

Permalink
Chore: Add x invalid task configuration
Browse files Browse the repository at this point in the history
Error:   x You have 13 persistent tasks but `turbo` is configured for concurrency of
  | 10. Set --concurrency to at least 14 command to test locally
  • Loading branch information
SBoudrias committed May 17, 2024
1 parent 27d1c0a commit 450c1d3
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/figures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"tsc": "yarn run tsc:esm && yarn run tsc:cjs",
"tsc:esm": "rm -rf dist/esm && tsc -p ./tsconfig.json",
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs",
"dev": "tsc -p ./tsconfig.json --watch",
"attw": "attw --pack"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions tools/setup-packages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ paths.forEach(async (pkgPath) => {
'tsc:esm': 'rm -rf dist/esm && tsc -p ./tsconfig.json',
'tsc:cjs':
'rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs',
dev: 'tsc -p ./tsconfig.json --watch',
attw: 'attw --pack',
};

Expand Down
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"attw": {
"dependsOn": ["tsc"],
"outputs": []
},
"dev": {
"cache": false,
"persistent": true
}
}
}

0 comments on commit 450c1d3

Please sign in to comment.