Skip to content

Commit

Permalink
fix: build files to the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Sep 18, 2024
1 parent 8ac0348 commit 1bcf3fc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href . --output-path docs",
"build": "ng build; npm run postbuild",
"build:prod": "ng build --configuration production --base-href . --output-path docs; npm run postbuild",
"postbuild": "rm 3rdpartylicenses.txt; mv docs/browser/* docs/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit 1bcf3fc

Please sign in to comment.