Skip to content
Snippets Groups Projects
Commit 11b3a588 authored by mathias.chouet's avatar mathias.chouet
Browse files

Disable CLI analytics in config file (easier for CI)

parent a49c6487
No related branches found
No related tags found
1 merge request!96WIP: Resolve "Simplifier les composants de résultats"
Pipeline #138110 failed
......@@ -22,9 +22,21 @@
"src/locale",
"src/favicon.ico",
"src/.htaccess",
{ "glob": "**/*.json", "input": "src/", "output": "/" },
{ "glob": "**/*.md", "input": "src/", "output": "/" },
{ "glob": "**/*.png", "input": "src/", "output": "/" }
{
"glob": "**/*.json",
"input": "src/",
"output": "/"
},
{
"glob": "**/*.md",
"input": "src/",
"output": "/"
},
{
"glob": "**/*.png",
"input": "src/",
"output": "/"
}
],
"styles": [
"src/styles.scss",
......@@ -156,5 +168,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment