Skip to content

Commit

Permalink
Unlock --with-doc in analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Aug 6, 2024
1 parent da5add6 commit 653dbf2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),

## [unreleased]

### Changed

- Unlock `--with-doc` in analysis.

### Fixed

- Configure git config globally instead of locally.
Expand Down
8 changes: 3 additions & 5 deletions analysis/dist/index.js

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

5 changes: 2 additions & 3 deletions packages/analysis/src/analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ export async function analysis() {
"opam",
[
"tree",
`--json=${tempJson}`,
"--with-dev-setup",
// [NOTE] https://github.com/ocaml/opam/issues/4541
// "--with-doc",
"--with-doc",
"--with-test",
`--json=${tempJson}`,
name,
],
{
Expand Down
3 changes: 1 addition & 2 deletions packages/analysis/src/opam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export async function installOpamPackages() {
"install",
"--deps-only",
"--with-dev-setup",
// [NOTE] https://github.com/ocaml/opam/issues/4541
// "--with-doc",
"--with-doc",
"--with-test",
".",
]);
Expand Down

0 comments on commit 653dbf2

Please sign in to comment.