Skip to content

Commit 84f0ae0

Browse files
committed
chore: add linter exception
1 parent f938c52 commit 84f0ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/code-signing/code-signing-windows.md

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ const config: ForgeConfig = {
173173

174174
#### Updating your npm scripts
175175

176+
<!-- markdownlint-disable-next-line MD038 -->
176177
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.
177178

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

0 commit comments

Comments
 (0)