2023-01-20 19:04:25 +03:00
|
|
|
{
|
|
|
|
"$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"
|
2023-02-23 14:33:07 +03:00
|
|
|
},
|
|
|
|
"chromatic": {
|
|
|
|
"implementation": "./src/executors/chromatic/executor",
|
|
|
|
"schema": "./src/executors/chromatic/schema.json",
|
|
|
|
"description": "chromatic executor"
|
2023-03-22 23:52:22 +03:00
|
|
|
},
|
|
|
|
"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"
|
2023-01-20 19:04:25 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|