32 lines
819 B
JSON
32 lines
819 B
JSON
{
|
|
"root": "packages/js/tracks",
|
|
"sourceRoot": "packages/js/tracks/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"changelog": {
|
|
"executor": "./tools/executors/changelogger:changelog",
|
|
"options": {
|
|
"action": "add",
|
|
"cwd": "packages/js/tracks"
|
|
}
|
|
},
|
|
"build": {
|
|
"executor": "@nrwl/workspace:run-script",
|
|
"options": {
|
|
"script": "build"
|
|
}
|
|
},
|
|
"build-watch": {
|
|
"executor": "@nrwl/workspace:run-script",
|
|
"options": {
|
|
"script": "start"
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "@nrwl/workspace:run-script",
|
|
"options": {
|
|
"script": "test"
|
|
}
|
|
}
|
|
}
|
|
} |