Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/3_development/2_tech-stack/Typescript/monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ If you are running node@16+, you just need to run `corepack enable`.
If you are running older version, run `npm i -g corepack`.
Make sure you put this in README file for future contributors.

:::warning

Date: 22 November 2023
There is an issue with `actions/setup-node@v3` if is used with `cache: 'yarn'`

:::

### 2. Init repository

- Make sure your root `package.json` contains:
Expand Down