Skip to content

Commit

Permalink
build: output index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Nov 26, 2024
1 parent 72d1e51 commit 14be4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"scripts": {
"build": "ng build",
"postbuild": "cp dist/@davidlj95/website/browser/index.csr.html dist/@davidlj95/website/browser/index.html",
"build:pack": "DIST_DIR=dist/@davidlj95/website/browser; [ -d \"$DIST_DIR\" ] && cd $DIST_DIR && zip -r ../../../build.zip . || true",
"build:pull-request": "pnpm run build --configuration pullRequest,production",
"bundle:analyze": "pnpm run bundle:analyze:files '*.js'",
Expand Down

0 comments on commit 14be4bf

Please sign in to comment.