Skip to content

Commit

Permalink
chore(repo): cache documentation script
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jul 24, 2024
1 parent 99a488a commit d58fbfe
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,25 @@
"check-lock-files",
"check-codeowners",
"documentation"
]
],
"targets": {
"documentation": {
"cache": true,
"inputs": [
"{workspaceRoot}/packages/**",
"{workspaceRoot}/docs/**",
"!{workspaceRoot}/docs/generated",
"!{workspaceRoot}/packages/**/*.spec.ts",
"!{workspaceRoot}/packages/**/project.json",
"!{workspaceRoot}/packages/**/tsconfig.json",
"!{workspaceRoot}/packages/**/tsconfig.lib.json",
"!{workspaceRoot}/packages/**/tsconfig.spec.json",
"!{workspaceRoot}/packages/**/jest.config.{ts,js}",
"!{workspaceRoot}/packages/**/.eslintrc.json"
]
},
"outputs": ["{workspaceRoot}/docs/generated"]
}
},
"packageManager": "[email protected]"
}

0 comments on commit d58fbfe

Please sign in to comment.