Skip to content

Commit

Permalink
update make command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruohki committed Jun 11, 2020
1 parent c6af6e2 commit 61f022b
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 @@ -9,7 +9,7 @@
"nx": "nx",
"start": "npm run href:dev && nx serve",
"build": "nx build",
"make:win": "npm run href:prod && nx build frontend --prod && nx build application --prod && nx run application:make --asar --publish always",
"make:win": "npm run href:prod && nx build frontend --prod && nx build application --prod && nx run application:make --asar --publishPolicy=always",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
Expand Down

0 comments on commit 61f022b

Please sign in to comment.