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 61ba553 commit 165349b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions build-prod.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
rm -r dist/*
ng build --prod --base-href "https://goosly.github.io/AGE/"

npm run build
mv dist/demo/* dist/

git push origin --delete gh-pages

git add *
git commit -m "build"
git push

git subtree push --prefix dist origin gh-pages
ngh --dir=dist/demo

0 comments on commit 165349b

Please sign in to comment.