graphql-engine/frontend/libs/nx/internal-plugin/executors.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
833 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/schema",
"executors": {
"build-server-assets": {
"implementation": "./src/executors/build-server-assets/executor",
"schema": "./src/executors/build-server-assets/schema.json",
"description": "Used to build server complient assets from the existing build"
},
"chromatic": {
"implementation": "./src/executors/chromatic/executor",
"schema": "./src/executors/chromatic/schema.json",
"description": "chromatic executor"
},
"validate-javascript-bundle-output": {
"implementation": "./src/executors/validate-javascript-bundle-output/executor",
"schema": "./src/executors/validate-javascript-bundle-output/schema.json",
"description": "A list of checks againts final bundles to do non regression testing on them"
}
}
}