Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denisN2102 committed Oct 10, 2024
1 parent d0af923 commit a74b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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": "ng build --configuration docs && mv -f docs/browser/* docs/ && rm -rf docs/browser"
"gh": "mv docs/CNAME CNAME && ng build --configuration docs && mv -f docs/browser/* docs/ && rm -rf docs/browser && mv CNAME docs/CNAME"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a74b35d

Please sign in to comment.