mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
flake
This commit is contained in:
10
turbo.jsonc
10
turbo.jsonc
@@ -30,8 +30,14 @@
|
||||
},
|
||||
"clean": { "cache": false, "dependsOn": ["^clean"] },
|
||||
// Root tasks overrides
|
||||
"//#fmt:root": {},
|
||||
"//#fmt:check:root": {},
|
||||
"//#fmt:root": {
|
||||
"with": ["fmt:root:nix"],
|
||||
},
|
||||
"//#fmt:root:nix": {},
|
||||
"//#fmt:check:root:nix": {},
|
||||
"//#fmt:check:root": {
|
||||
"with": ["fmt:check:root:nix"],
|
||||
},
|
||||
"//#lint:root": {
|
||||
"dependsOn": ["fmt:root"],
|
||||
"with": [
|
||||
|
||||
Reference in New Issue
Block a user