Skip to content

Commit 7e2808c

Browse files
authored
docs(recipes): Updated multi platform build npm script (#834)
While `yarn electron:build` is an alias for `yarn run electron:build`, `npm electron:build` is **not** an alias for `npm run electron:build`.
1 parent ba087a9 commit 7e2808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ To build a .deb installer for Linux and a NSIS installer for Windows:
398398
399399
Using npm:
400400
401-
`npm electron:build -- --linux deb --win nsis` (Do not remove the extra double dashes)
401+
`npm run electron:build -- --linux deb --win nsis` (Do not remove the extra double dashes)
402402
403403
Using yarn:
404404

0 commit comments

Comments
 (0)