mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
patch in legacy builds
This commit is contained in:
committed by
VitoAlbano
parent
f2e916c940
commit
4878b3a23c
@@ -27,12 +27,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"build-all": {
|
||||||
|
"executor": "nx:run-commands",
|
||||||
|
"options": {
|
||||||
|
"commands": [
|
||||||
|
"npm run js_api_build"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"command": "node tools/scripts/publish.mjs lib-js-api {args.ver} {args.tag}"
|
"command": "node tools/scripts/publish.mjs lib-js-api {args.ver} {args.tag}"
|
||||||
},
|
},
|
||||||
"dependsOn": ["build"]
|
"dependsOn": [
|
||||||
|
{
|
||||||
|
"projects": "self",
|
||||||
|
"target": "build-all"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"executor": "@nrwl/linter:eslint",
|
"executor": "@nrwl/linter:eslint",
|
||||||
@@ -66,7 +79,7 @@
|
|||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
{
|
{
|
||||||
"projects": "self",
|
"projects": "self",
|
||||||
"target": "build"
|
"target": "build-all"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user