Optional
run_Optional shell command to run the build. Not applied when config is not provided.
Optional
run_Optional shell command to run static analysis (lint). Not applied when config is not provided.
Optional
run_Optional shell command to run a single test file.
Supports command interpolation with the ${testPath}
placeholder.
Example: "npm test -- ${testPath}" or "jest ${testPath}"
Example: "npm test" - the test will simply be appended
Not applied when config is not provided.
Optional
run_Optional shell command to run tests. Not applied when config is not provided.
Config for GthDevToolkit. Tools are not applied when config is not provided. Only available in
code
mode.