ci: add readmes to build output for cache

This commit is contained in:
iCrawl 2023-11-13 00:15:44 +01:00
parent b305194841
commit 2d63d93558
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
2 changed files with 13 additions and 6 deletions

View file

@ -897,7 +897,7 @@ importers:
version: link:../builders
'@discordjs/collection':
specifier: 1.5.3
version: link:../collection
version: 1.5.3
'@discordjs/formatters':
specifier: workspace:^
version: link:../formatters
@ -3947,6 +3947,11 @@ packages:
which: 4.0.0
dev: true
/@discordjs/collection@1.5.3:
resolution: {integrity: sha512-SVb428OMd3WO1paV3rm6tSjM4wC+Kecaa1EUGX7vc6/fddvw/6lg90z4QtCqm21zvVe92vMMDt9+DkIvjXImQQ==}
engines: {node: '>=16.11.0'}
dev: false
/@discoveryjs/json-ext@0.5.7:
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
@ -11543,7 +11548,7 @@ packages:
dependencies:
semver: 7.5.4
shelljs: 0.8.5
typescript: 5.4.0-dev.20231111
typescript: 5.4.0-dev.20231112
dev: true
/dts-critic@3.3.11(typescript@5.2.2):
@ -21378,8 +21383,8 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
/typescript@5.4.0-dev.20231111:
resolution: {integrity: sha512-/ebfj4mLRvOEfuewrM6DrZOxBXosLKqFVUU6NPZuOiy0XtMDt0KRfaLhLLZXEoyNNyQd9P6bmZTnNYeTs9hlyA==}
/typescript@5.4.0-dev.20231112:
resolution: {integrity: sha512-K7RH4eFyxJG7LkKWU0m7WdQrNRNz8yVkt2zW2tT2zfiUzIN2jbh2JLuztSqCsfqMNU5KduO7NvKaKK4QIvGY/Q==}
engines: {node: '>=14.17'}
hasBin: true
dev: true

View file

@ -48,6 +48,7 @@
"@discordjs/website#build:local": {
"dependsOn": ["^build", "^docs"],
"inputs": [
"../../packages/*/README.md",
"public/**",
"src/**",
"scripts/**",
@ -58,12 +59,13 @@
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**"],
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
"outputMode": "full"
},
"@discordjs/website#build:prod": {
"dependsOn": ["^build"],
"inputs": [
"../../packages/*/README.md",
"public/**",
"src/**",
"scripts/**",
@ -74,7 +76,7 @@
"package.json",
"tsconfig.json"
],
"outputs": [".next/**", ".next/cache/**"],
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
"outputMode": "full"
},
"@discordjs/guide#generate:contentlayer": {