Skip to content

Commit c9e4707

Browse files
authored
chore: fix lint (#222)
1 parent c2077a9 commit c9e4707

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Electron Forge is an all-in-one tool for packaging and distributing Electron app
1616
* [pnpm](https://pnpm.io/) (as of Forge v7.7.0)
1717

1818
{% hint style="warning" %}
19+
1920
#### **Packaging requires `node_modules` to be on disk**
2021

2122
When packaging your Electron app, Forge crawls your project's `node_modules` folder to collect dependencies to bundle. Its module resolution algorithm is naive and doesn't take into account symlinked dependencies nor Yarn's Plug'n'Play (PnP) format.

cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ npx electron-forge package --arch="ia32"
105105
```
106106

107107
{% hint style="warning" %}
108+
108109
#### **Packaging requires `node_modules` to be on disk**
109110

110111
When packaging your Electron app, Forge crawls your project's `node_modules` folder to collect dependencies to bundle. Its module resolution algorithm is naive and doesn't take into account symlinked dependencies nor Yarn's Plug'n'Play (PnP) format.

0 commit comments

Comments
 (0)