mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: start using turborepo (#63734)
This commit is contained in:
committed by
GitHub
parent
0029c51a9a
commit
f64f895ab6
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"lint": {
|
||||
"dependsOn": ["^lint"]
|
||||
},
|
||||
"//#lint": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user