Move beats metadata script to timelines plugin

This is the plugin that consumes the artifacts of the script, not
security_solution.
This commit is contained in:
Ryland Herrick 2022-01-13 18:52:40 -06:00
parent c99dbe301c
commit cbc8e9db1a
3 changed files with 10 additions and 1 deletions

View file

@ -6,7 +6,6 @@
"license": "Elastic-License",
"scripts": {
"extract-mitre-attacks": "node scripts/extract_tactics_techniques_mitre.js && node ../../../scripts/eslint ./public/detections/mitre/mitre_tactics_techniques.ts --fix",
"build-beat-doc": "node scripts/beat_docs/build.js && node ../../../scripts/eslint ./server/utils/beat_schema/fields.ts --fix",
"cypress": "../../../node_modules/.bin/cypress",
"cypress:open": "yarn cypress open --config-file ./cypress/cypress.json",
"cypress:open:ccs": "yarn cypress:open --config integrationFolder=./cypress/ccs_integration",

View file

@ -0,0 +1,10 @@
{
"author": "Elastic",
"name": "timelines",
"version": "8.0.0",
"private": true,
"license": "Elastic-License",
"scripts": {
"build-beat-doc": "node scripts/beat_docs/build.js && node ../../../scripts/eslint ./server/utils/beat_schema/fields.ts --fix"
}
}