We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7b70d commit 850d26cCopy full SHA for 850d26c
.gitignore
@@ -31,3 +31,6 @@ yarn-error.log*
31
32
# turbo
33
.turbo
34
+
35
+#idea
36
+.idea/
package.json
@@ -19,8 +19,8 @@
19
"@dumbcode/eslint-config-custom": "*",
20
"husky": "^8.0.1",
21
"lint-staged": "^13.0.3",
22
- "prettier": "latest",
23
- "turbo": "latest"
+ "prettier": "^3.8.1",
+ "turbo": "^2.8.14"
24
},
25
"engines": {
26
"node": ">=14.0.0"
turbo.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://turborepo.org/schema.json",
3
- "pipeline": {
+ "tasks": {
4
"build": {
5
"dependsOn": [
6
"^build"
0 commit comments