File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-electron" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
4
4
"description" : " Angular 6 with Electron (Typescript + SASS + Hot Reload)" ,
5
5
"homepage" : " https://github.com/maximegris/angular-electron" ,
6
6
"author" : {
22
22
"postinstall:electron" : " node postinstall" ,
23
23
"ng" : " ng" ,
24
24
"start" : " npm run postinstall:electron && npm-run-all -p ng:serve electron:serve" ,
25
- "build" : " npm run postinstall:electron && npm run electron:tsc && ng build" ,
25
+ "build" : " npm run postinstall:electron && npm run electron:serve- tsc && ng build" ,
26
26
"build:dev" : " npm run build -- -c dev" ,
27
27
"build:prod" : " npm run build -- -c production" ,
28
28
"ng:serve" : " ng serve" ,
29
29
"ng:serve:web" : " npm run postinstall:web && ng serve -o" ,
30
- "electron:tsc" : " tsc" ,
31
30
"electron:serve-tsc" : " tsc -p tsconfig-serve.json" ,
32
31
"electron:serve" : " wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve" ,
33
32
"electron:local" : " npm run build:prod && electron ." ,
You can’t perform that action at this time.
0 commit comments