Skip to content

Commit

Permalink
chore: fix lint (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 19, 2025
1 parent c2077a9 commit c9e4707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Electron Forge is an all-in-one tool for packaging and distributing Electron app
* [pnpm](https://pnpm.io/) (as of Forge v7.7.0)

{% hint style="warning" %}

#### **Packaging requires `node_modules` to be on disk**

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.
Expand Down
1 change: 1 addition & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ npx electron-forge package --arch="ia32"
```

{% hint style="warning" %}

#### **Packaging requires `node_modules` to be on disk**

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.
Expand Down

0 comments on commit c9e4707

Please sign in to comment.