last changes

This commit is contained in:
2021-01-15 16:40:20 +01:00
parent 24482da680
commit f88d3b5b39
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"