Skip to content

Commit

Permalink
webapp/package.json: add dev/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Apr 15, 2024
1 parent 2cdd034 commit a39ae45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"dev": "ng serve --configuration development",
"prod": "ng serve --configuration production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
Expand Down Expand Up @@ -44,4 +46,3 @@
"typescript": "~5.4.2"
}
}

0 comments on commit a39ae45

Please sign in to comment.