(package.json) Removed "e2e" script since we don't provide e2e testing environment by default

This commit is contained in:
sercan 2021-07-02 22:50:10 +03:00
parent 56c4eb0356
commit 0ebc16ec05

View File

@ -10,8 +10,7 @@
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "12.1.1",