mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +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",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "12.1.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user