Skip to content

Commit

Permalink
feat(nx-dev): copy generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Aug 4, 2023
1 parent 45ae162 commit cbdb168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nx-dev/nx-dev/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"command": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/generators/main.ts",
"description": "Pre-generate official package metadata"
},
{
"command": "nx copy-docs nx-dev",
"description": "Copy generated docs to build output"
},
{
"command": "npx ts-node scripts/documentation/plugin-quality-indicators.ts",
"description": "Fetch plugin data"
Expand Down

0 comments on commit cbdb168

Please sign in to comment.