Skip to content

Commit

Permalink
feat: fix auto-doc-generation pnpm wrapper (#556)
Browse files Browse the repository at this point in the history
* Change back to pnpm wrapper

* add cs
  • Loading branch information
Cameron Manavian authored Oct 29, 2022
1 parent eebb0bd commit 9b1eeeb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-toys-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels": patch
---

Update doc GH action
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"services:run": "make services-run",
"services:clean": "make services-clean",
"changeset:publish": "changeset publish --no-git-tag",
"changeset:publish-with-docs": "run-s typedoc changeset:publish",
"changeset:publish-with-docs": "pnpm typedoc && pnpm changeset:publish",
"changeset:next": "ts-node ./scripts/changeset-next",
"forc:update": "ts-node ./scripts/forc-update",
"forc:check": "./scripts/forc-check.sh",
Expand Down Expand Up @@ -80,10 +80,10 @@
"ts-node": "^10.9.1",
"tsup": "^5.12.9",
"turbo": "^1.6.1",
"typedoc": "^0.23.18",
"typedoc": "^0.23.0",
"typedoc-just-the-docs-theme": "^0.0.1",
"typedoc-monorepo-link-types": "^0.0.4",
"typedoc-plugin-markdown": "^3.13.6",
"typedoc-plugin-markdown": "^3.11.12",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.8.4"
}
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

1 comment on commit 9b1eeeb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.29% 3500/3920
🟡 Branches 70.74% 677/957
🟢 Functions 86.65% 701/809
🟢 Lines 89.23% 3347/3751

Test suite run success

527 tests passing in 47 suites.

Report generated by 🧪jest coverage report action from 9b1eeeb

Please sign in to comment.