|
@@ -5,7 +5,7 @@
|
|
|
".env.*",
|
|
".env.*",
|
|
|
"tsconfig.json"
|
|
"tsconfig.json"
|
|
|
],
|
|
],
|
|
|
- "pipeline": {
|
|
|
|
|
|
|
+ "tasks": {
|
|
|
|
|
|
|
|
"bootstrap": {
|
|
"bootstrap": {
|
|
|
"dependsOn": ["//#bootstrap"],
|
|
"dependsOn": ["//#bootstrap"],
|
|
@@ -22,22 +22,22 @@
|
|
|
"@growi/remark-attachment-refs#build": {
|
|
"@growi/remark-attachment-refs#build": {
|
|
|
"dependsOn": ["@growi/core#build", "@growi/remark-growi-directive#build", "@growi/ui#build"],
|
|
"dependsOn": ["@growi/core#build", "@growi/remark-growi-directive#build", "@growi/ui#build"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/remark-lsx#build": {
|
|
"@growi/remark-lsx#build": {
|
|
|
"dependsOn": ["@growi/core#build", "@growi/remark-growi-directive#build", "@growi/ui#build"],
|
|
"dependsOn": ["@growi/core#build", "@growi/remark-growi-directive#build", "@growi/ui#build"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/ui#build": {
|
|
"@growi/ui#build": {
|
|
|
"dependsOn": ["@growi/core#build"],
|
|
"dependsOn": ["@growi/core#build"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/slackbot-proxy#build": {
|
|
"@growi/slackbot-proxy#build": {
|
|
|
"dependsOn": ["@growi/slack#build"],
|
|
"dependsOn": ["@growi/slack#build"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"build": {
|
|
"build": {
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
@@ -48,23 +48,23 @@
|
|
|
"tsconfig*.json",
|
|
"tsconfig*.json",
|
|
|
"vite*.ts"
|
|
"vite*.ts"
|
|
|
],
|
|
],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"@growi/remark-attachment-refs#dev": {
|
|
"@growi/remark-attachment-refs#dev": {
|
|
|
"dependsOn": ["@growi/core#dev", "@growi/remark-growi-directive#dev", "@growi/ui#dev"],
|
|
"dependsOn": ["@growi/core#dev", "@growi/remark-growi-directive#dev", "@growi/ui#dev"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/remark-lsx#dev": {
|
|
"@growi/remark-lsx#dev": {
|
|
|
"dependsOn": ["@growi/core#dev", "@growi/remark-growi-directive#dev", "@growi/ui#dev"],
|
|
"dependsOn": ["@growi/core#dev", "@growi/remark-growi-directive#dev", "@growi/ui#dev"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/ui#dev": {
|
|
"@growi/ui#dev": {
|
|
|
"dependsOn": ["@growi/core#dev"],
|
|
"dependsOn": ["@growi/core#dev"],
|
|
|
"outputs": ["dist/**"],
|
|
"outputs": ["dist/**"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/slackbot-proxy#dev": {
|
|
"@growi/slackbot-proxy#dev": {
|
|
|
"dependsOn": ["@growi/slack#dev"],
|
|
"dependsOn": ["@growi/slack#dev"],
|
|
@@ -84,7 +84,7 @@
|
|
|
"tsconfig*.json",
|
|
"tsconfig*.json",
|
|
|
"vite*.ts"
|
|
"vite*.ts"
|
|
|
],
|
|
],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"watch": {
|
|
"watch": {
|
|
@@ -116,18 +116,18 @@
|
|
|
|
|
|
|
|
"@growi/slackbot-proxy#test": {
|
|
"@growi/slackbot-proxy#test": {
|
|
|
"dependsOn": ["@growi/slack#dev"],
|
|
"dependsOn": ["@growi/slack#dev"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/preset-templates#test": {
|
|
"@growi/preset-templates#test": {
|
|
|
"dependsOn": ["@growi/pluginkit#dev"],
|
|
"dependsOn": ["@growi/pluginkit#dev"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"@growi/remark-lsx#test": {
|
|
"@growi/remark-lsx#test": {
|
|
|
"dependsOn": ["@growi/core#dev"],
|
|
"dependsOn": ["@growi/core#dev"],
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
"test": {
|
|
"test": {
|
|
|
- "outputMode": "new-only"
|
|
|
|
|
|
|
+ "outputLogs": "new-only"
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"version": {
|
|
"version": {
|