mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|