Skip to content

Commit

Permalink
new build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Goosly committed Dec 28, 2023
1 parent 165349b commit 7450968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-prod.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ng build --prod --base-href "https://goosly.github.io/AGE/"
npm run build-prod

ngh --dir=dist/demo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build -c=production",
"build-prod": "ng build -c=production",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 7450968

Please sign in to comment.