Skip to content

Commit

Permalink
Adjust build scripts for gp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Apr 19, 2023
1 parent 1ad5cb4 commit 6f1d1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "ng serve",
"build": "rm -rf docs/ && ng build --configuration=production",
"buildGP": "rm -rf docs/ && ng build --configuration=production --output-path docs --aot --vendor-chunk --common-chunk --delete-output-path --build-optimizer --base-href /ol-ng-dwd-Radar/",
"postbuildGP": "rm -rf tmp/ol-ng-dwd-Radar/* && cp -R docs/* tmp/ol-ng-dwd-Radar/",
"buildGPLocal": "npm run buildGP",
"postbuildGPLocal": "rm -rf tmp/ol-ng-dwd-Radar/* && cp -R docs/* tmp/ol-ng-dwd-Radar/",
"serveLocalPwa": "http-server -p 8080 -c-1 ./tmp",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 6f1d1a4

Please sign in to comment.