Skip to content

Commit d299ee2

Browse files
committed
Merge pull request #2623 from finos/pnpm-2
Signed-off-by: Andrew Stein <[email protected]>
2 parents 8460585 + 7f900de commit d299ee2

File tree

90 files changed

+20645
-18389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+20645
-18389
lines changed

.github/PULL_REQUEST_TEMPLATE/Documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ about: Improves documentation for the API or on the docs website.
1212

1313
<!--- Describe how you have validated your documentation additions:
1414
15-
1. Run `yarn docs` from the project root to regenerate the API documentation
15+
1. Run `pnpm run docs` from the project root to regenerate the API documentation
1616
from source.
1717
18-
2. Inside the `/docs` subdirectory, run `yarn start` to generate the
18+
2. Inside the `/docs` subdirectory, run `pnpm run start` to generate the
1919
Docusaurus site, and validate that your documentation is formatted
2020
and styled correctly.
2121
2222
-->
2323

2424
- [ ] I have linted, spell-checked, and grammar-checked my documentation additions.
25-
- [ ] I have run `yarn docs` to regenerate the API documentation from source.
26-
- [ ] Within `/docs`, I have run `yarn start` to regenerate the Docusaurus site, and I have validated the changes
25+
- [ ] I have run `pnpm run docs` to regenerate the API documentation from source.
26+
- [ ] Within `/docs`, I have run `pnpm run start` to regenerate the Docusaurus site, and I have validated the changes
2727
- [ ] My additions are styled and structured correctly on the Docusaurus site
2828

2929
## Checklist

0 commit comments

Comments
 (0)