Skip to content

Commit

Permalink
ci: add readmes to build output for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Nov 12, 2023
1 parent b305194 commit 2d63d93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 9 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@discordjs/website#build:local": {
"dependsOn": ["^build", "^docs"],
"inputs": [
"../../packages/*/README.md",
"public/**",
"src/**",
"scripts/**",
Expand All @@ -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/**",
Expand All @@ -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": {
Expand Down

0 comments on commit 2d63d93

Please sign in to comment.