@kcws/heft-web-rig
Version:
a rig package for web development
14 lines (13 loc) • 371 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
"operationSettings": [
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", "lib-umd", "lib-es2015", "lib-commonjs", "dist"]
},
{
"operationName": "_phase:test",
"outputFolderNames": ["temp/test", "temp/coverage"]
}
]
}