Update package.json

This commit is contained in:
2024-10-14 01:35:51 +02:00
committed by GitHub
parent 6d614ce09f
commit a1c9d50381

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --prod",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},