mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: bundle shared so each consumer can require/import without hassle (#64167)
This commit is contained in:
committed by
GitHub
parent
ddfd598eb4
commit
f03ad05e84
+2
-4
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"lint": {
|
||||
"dependsOn": ["@freecodecamp/shared#compile"]
|
||||
},
|
||||
"lint": { "dependsOn": ["compile"] },
|
||||
"@freecodecamp/client#lint": {
|
||||
"dependsOn": [
|
||||
"@freecodecamp/curriculum#compile",
|
||||
@@ -27,7 +25,7 @@
|
||||
"@freecodecamp/curriculum#build"
|
||||
]
|
||||
},
|
||||
"compile": {},
|
||||
"compile": { "dependsOn": ["^compile"] },
|
||||
"create:trending": { "cache": false },
|
||||
"create:env": { "dependsOn": ["@freecodecamp/curriculum#compile"] },
|
||||
"build": { "dependsOn": ["compile"] },
|
||||
|
||||
Reference in New Issue
Block a user