Skip to content

Commit

Permalink
fixed the prod configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Harris committed Apr 11, 2024
1 parent cb70fd7 commit 73c136f
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 576 deletions.
3 changes: 2 additions & 1 deletion desktop-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@
}
},
"cli": {
"packageManager": "yarn"
"packageManager": "yarn",
"analytics": false
},
"schematics": {
"@schematics/angular:component": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"electron-dev:test2": "yarn platform-tools && cross-env NODE_ENV=dev SQ_ENV_CFG=test2 electron .",
"electron-dev:local": "yarn platform-tools && cross-env NODE_ENV=dev SQ_ENV_CFG=local electron .",
"electron": "yarn electron-build && yarn electron-dev",
"app-build": "cd desktop-app && ng build --prod --aot && cd ..",
"app-build": "cd desktop-app && ng build -c production --aot && cd ..",
"app-build-test": "cd desktop-app && ng build -c test --aot && cd ..",
"app-build-fried": "cd desktop-app && ng build -c fried --aot && cd ..",
"app-build-localhost": "cd desktop-app && ng build -c localhost --aot && cd ..",
Expand Down
Loading

0 comments on commit 73c136f

Please sign in to comment.