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

Disable CLI analytics in config file (easier for CI)

parent 044acbd3
No related branches found
No related tags found
No related merge requests found
Pipeline #138149 failed
...@@ -22,9 +22,21 @@ ...@@ -22,9 +22,21 @@
"src/locale", "src/locale",
"src/favicon.ico", "src/favicon.ico",
"src/.htaccess", "src/.htaccess",
{ "glob": "**/*.json", "input": "src/", "output": "/" }, {
{ "glob": "**/*.md", "input": "src/", "output": "/" }, "glob": "**/*.json",
{ "glob": "**/*.png", "input": "src/", "output": "/" } "input": "src/",
"output": "/"
},
{
"glob": "**/*.md",
"input": "src/",
"output": "/"
},
{
"glob": "**/*.png",
"input": "src/",
"output": "/"
}
], ],
"styles": [ "styles": [
"src/styles.scss", "src/styles.scss",
...@@ -156,5 +168,8 @@ ...@@ -156,5 +168,8 @@
"@schematics/angular:directive": { "@schematics/angular:directive": {
"prefix": "app" "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