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": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "node tools/scripts/publish.mjs lib-js-api {args.ver} {args.tag}"
|
||||
},
|
||||
"dependsOn": ["build"]
|
||||
"dependsOn": [
|
||||
{
|
||||
"projects": "self",
|
||||
"target": "build-all"
|
||||
}
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
@@ -66,7 +79,7 @@
|
||||
"dependsOn": [
|
||||
{
|
||||
"projects": "self",
|
||||
"target": "build"
|
||||
"target": "build-all"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user