We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b83a28 commit 479a031Copy full SHA for 479a031
package.json
@@ -7,7 +7,8 @@
7
"format": "pnpm format --write .",
8
"precommit": "lint-staged",
9
"dev": "pnpm -r dev",
10
- "build": "turbo build"
+ "build": "turbo build",
11
+ "lint": "turbo lint"
12
},
13
"engines": {
14
"node": ">=18.16",
turbo.json
@@ -8,6 +8,9 @@
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
+ },
+ "lint": {
+ "dependsOn": ["^lint"]
}
15
16
0 commit comments