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 4949dad commit 1ad4c03Copy full SHA for 1ad4c03
package.json
@@ -18,7 +18,7 @@
18
"cloudflare:preview": "turbo cloudflare:preview",
19
"deploy": "turbo deploy",
20
"dev": "turbo dev",
21
- "format": "turbo prettier:fix lint:fix",
+ "format": "turbo //#prettier:fix prettier:fix lint:fix",
22
"lint": "turbo lint",
23
"lint:fix": "turbo lint:fix",
24
"lint:staged": "lint-staged",
turbo.json
@@ -5,6 +5,9 @@
5
"//#prettier": {
6
"outputs": [".prettiercache"]
7
},
8
+ "//#prettier:fix": {
9
+ "outputs": [".prettiercache"]
10
+ },
11
"build": {
12
"dependsOn": ["^topo"]
13
0 commit comments