Skip to content

Commit

Permalink
fix/ typo script npm electron:windows
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Nov 30, 2018
1 parent 41aeb57 commit 45bab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && electron-builder build --linux",
"electron:windows": "npm run build:prod && .electron-builder build --windows",
"electron:windows": "npm run build:prod && electron-builder build --windows",
"electron:mac": "npm run build:prod && electron-builder build --mac",
"test": "npm run postinstall:web && ng test",
"e2e": "npm run postinstall:web && ng e2e",
Expand Down

0 comments on commit 45bab44

Please sign in to comment.