(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", "start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint"
"e2e": "ng e2e"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "12.1.1", "@angular/animations": "12.1.1",