|
@@ -1,8 +1,8 @@
|
|
|
{
|
|
{
|
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"$schema": "https://turbo.build/schema.json",
|
|
|
"pipeline": {
|
|
"pipeline": {
|
|
|
- "@growi/remark-lsx#build": {
|
|
|
|
|
- "dependsOn": ["@growi/ui#build"],
|
|
|
|
|
|
|
+ "@growi/app#build": {
|
|
|
|
|
+ "dependsOn": ["^build"],
|
|
|
"outputs": ["dist/**", "types/**"]
|
|
"outputs": ["dist/**", "types/**"]
|
|
|
},
|
|
},
|
|
|
"build": {
|
|
"build": {
|