Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSt512 committed Nov 7, 2024
1 parent aadbd12 commit 1941f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.0",
"scripts": {
"start": "ng serve -o --proxy-config proxy.conf.json",
"build": "ng build --configuration production && mv -f dist/app/browser/* dist/app/ && rm -rf dist/app/browser",
"gh": "mv docs/CNAME CNAME && ng build --configuration docs && mv -f docs/browser/* docs/ && rm -rf docs/browser && mv CNAME docs/CNAME"
"build": "ng build --configuration production"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 1941f0b

Please sign in to comment.