Skip to content

Commit

Permalink
chore: add linter exception
Browse files Browse the repository at this point in the history
  • Loading branch information
nikwen committed Nov 29, 2024
1 parent f938c52 commit 84f0ae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/code-signing/code-signing-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ const config: ForgeConfig = {

#### Updating your npm scripts

<!-- markdownlint-disable-next-line MD038 -->
When you call scripts such as `electron-forge make` or `electron-forge publish`, you will now have to prefix them with `dotenv -e .env.trustedsigning -- `. This loads the environment variables from the `.env.trustedsigning` file.

For example, your npm scripts in your `package.json` might then look like this:
Expand Down

0 comments on commit 84f0ae0

Please sign in to comment.