2022-03-18 21:22:06 +00:00
|
|
|
{
|
2022-06-03 23:05:26 +00:00
|
|
|
"root": "packages/js/notices",
|
|
|
|
"sourceRoot": "packages/js/notices/src",
|
2022-03-18 21:22:06 +00:00
|
|
|
"projectType": "library",
|
|
|
|
"targets": {
|
|
|
|
"build": {
|
|
|
|
"executor": "@nrwl/workspace:run-script",
|
|
|
|
"options": {
|
|
|
|
"script": "build"
|
|
|
|
}
|
|
|
|
},
|
2022-03-30 14:46:12 +00:00
|
|
|
"build-watch": {
|
|
|
|
"executor": "@nrwl/workspace:run-script",
|
|
|
|
"options": {
|
|
|
|
"script": "start"
|
|
|
|
}
|
|
|
|
},
|
2022-03-18 21:22:06 +00:00
|
|
|
"test": {
|
|
|
|
"executor": "@nrwl/workspace:run-script",
|
|
|
|
"options": {
|
|
|
|
"script": "test"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|