Skip to content

Commit

Permalink
chore: (redundantly) include optional dependences
Browse files Browse the repository at this point in the history
Optional dependencies are installed by default.

We can not disable "install optional by default", cuz NX will fail:
nrwl/nx#20617

We can not configure NPM to omit optional deps only per workspace, cuz:
npm/cli#6099
  • Loading branch information
wesleyboar committed May 13, 2024
1 parent 3db236e commit 5fced48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Set up a new local CMS instance.
2. Install Dependencies:

```sh
npm install
npm install --include=optional
```

3. Start demo:
Expand Down

0 comments on commit 5fced48

Please sign in to comment.