Deprecate 'emit_telemetry' and remove its feature

Since we emit telemetry in a different way, we can remove this feature
from the action and prevent unintentional misuse.
This commit is contained in:
Jess Bees
2022-11-04 12:19:31 -04:00
parent 69a62cdfa4
commit dd5e0e9d1c
12 changed files with 5 additions and 10514 deletions

View File

@@ -23,7 +23,7 @@
"format:check": "prettier --check .",
"lint": "DEBUG=eslint:cli-engine eslint --fix .",
"lint:check": "DEBUG=eslint:cli-engine eslint .",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt && ncc build src/pre.js -o pre --source-map --license licenses.txt",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest"
},
"repository": {