Skip to content

Commit 45bab44

Browse files
committed
fix/ typo script npm electron:windows
1 parent 41aeb57 commit 45bab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
3232
"electron:local": "npm run build:prod && electron .",
3333
"electron:linux": "npm run build:prod && electron-builder build --linux",
34-
"electron:windows": "npm run build:prod && .electron-builder build --windows",
34+
"electron:windows": "npm run build:prod && electron-builder build --windows",
3535
"electron:mac": "npm run build:prod && electron-builder build --mac",
3636
"test": "npm run postinstall:web && ng test",
3737
"e2e": "npm run postinstall:web && ng e2e",

0 commit comments

Comments
 (0)