Skip to content

Commit

Permalink
fix: decouple docgen from compile task (#1154)
Browse files Browse the repository at this point in the history
Closes #1153
  • Loading branch information
Chriscbr committed Oct 20, 2021
1 parent aef220c commit 996f160
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .projen/tasks.json

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

9 changes: 3 additions & 6 deletions src/__tests__/__snapshots__/integ.test.ts.snap

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

2 changes: 1 addition & 1 deletion src/jsii-docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class JsiiDocgen {
exec: 'jsii-docgen',
});

project.compileTask.spawn(docgen);
project.buildTask.spawn(docgen);
project.gitignore.include('/API.md');
}
}

0 comments on commit 996f160

Please sign in to comment.