Disable CLI analytics by default

This commit is contained in:
Tim Donohue
2021-11-11 15:46:39 -06:00
parent 2fe9fbd584
commit 1e2f51ef3e

View File

@@ -238,5 +238,8 @@
}
}
},
"defaultProject": "dspace-angular"
"defaultProject": "dspace-angular",
"cli": {
"analytics": false
}
}