tiktok-sparo/build-tests/sparo-output-test/config/heft.json

25 lines
547 B
JSON
Raw Normal View History

2024-03-05 19:02:48 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
"extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json",
"phasesByName": {
"build": {
"tasksByName": {
"post-compile": {
"taskDependencies": ["typescript"],
"taskPlugin": {
"pluginName": "run-script-plugin",
"pluginPackage": "@rushstack/heft",
"options": {
"scriptPath": "lib/start-test.js"
2024-03-05 19:02:48 -05:00
}
}
}
}
}
}
}