mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[MIGRATION] - rebased after the move of AlfrescoApiService
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"build-schematics": {
|
||||
"executor": "nx:run-commands",
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "npx tsc -p lib/core/tsconfig.schematics.json && cp lib/core/schematics/migrations/collection.json dist/libs/core/schematics/migrations/collection.json"
|
||||
}
|
||||
]
|
||||
"outputPath": "dist/libs/core/schematics/migrations",
|
||||
"main": "lib/core/schematics/migrations/index.ts",
|
||||
"tsConfig": "lib/core/tsconfig.schematics.json",
|
||||
"externalBuildTargets": ["build-schematics"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
|
||||
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
|
||||
"schematics": {
|
||||
"move-out-alfresco-api": {
|
||||
"description": "Update alfresco-api imports",
|
||||
|
@@ -21,7 +21,8 @@
|
||||
"sourceMap": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es2015",
|
||||
"types": []
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": [
|
||||
"migrations/**/*"
|
||||
|
@@ -20,7 +20,8 @@
|
||||
"sourceMap": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es2015",
|
||||
"types": []
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": [
|
||||
"schematics/**/*"
|
||||
|
Reference in New Issue
Block a user