@kcws/node-rig
Version:
a rig package for node environment projects using heft
31 lines (29 loc) • 604 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
"operationSettings": [
{
"operationName": "_phase:build",
"outputFolderNames": [
"lib",
"lib-commonjs",
"lib-es6",
"lib-es2015",
"lib-esnext",
"lib-umd",
"lib-amd",
"lib-system",
"lib-css",
"dist",
"temp/build.typescript"
]
},
{
"operationName": "_phase:test",
"outputFolderNames": [
"temp/test.jest",
"temp/test",
"temp/coverage"
]
}
]
}