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