Skip to content

Commit

Permalink
include target/angular path in mavenbuild (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Oct 2, 2024
1 parent 20b5ff9 commit fdf3838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions client/wfprev-war/src/main/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "dist/wfprev"
},
"outputPath": "dist/wfprev",
"index": "src/index.html",
"polyfills": [
"src/polyfills.ts"
Expand Down
2 changes: 1 addition & 1 deletion client/wfprev-war/src/main/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "ng test",
"storybook": "ng run wfprev:storybook",
"build-storybook": "ng run wfprev:build-storybook",
"mavenbuild": "node --max_old_space_size=4096"
"mavenbuild": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build --configuration production --output-path ../../../target/angular --base-href / && replace-in-file /ngsw:/g ngsw:wfprevi: dist/ngsw-worker.js --verbose --isRegex",
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit fdf3838

Please sign in to comment.