mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(package.json) Removed "e2e" script since we don't provide e2e testing environment by default
This commit is contained in:
parent
56c4eb0356
commit
0ebc16ec05
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user