Skip to content

Commit

Permalink
adding local build nginx to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
WingZer0o committed Mar 10, 2024
1 parent af385e2 commit 81c57f3
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 @@
"build": "ng build",
"dev": "ng serve --proxy-config proxy.conf.json",
"watch": "ng build --watch --configuration development",
"local:build:nginx": "ng build --output-path=/var/www/html",
"test": "ng test"
},
"private": true,
Expand Down

0 comments on commit 81c57f3

Please sign in to comment.