19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"root": "packages/js/internal-js-tests",
|
|
"sourceRoot": "packages/js/internal-js-tests/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/workspace:run-script",
|
|
"options": {
|
|
"script": "build"
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "@nrwl/workspace:run-script",
|
|
"options": {
|
|
"script": "test"
|
|
}
|
|
}
|
|
}
|
|
} |