mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - fixed schematics build
This commit is contained in:
@@ -30,7 +30,8 @@
|
|||||||
"outputPath": "dist/libs/core/schematics/migrations",
|
"outputPath": "dist/libs/core/schematics/migrations",
|
||||||
"main": "lib/core/schematics/migrations/index.ts",
|
"main": "lib/core/schematics/migrations/index.ts",
|
||||||
"tsConfig": "lib/core/tsconfig.schematics.json",
|
"tsConfig": "lib/core/tsconfig.schematics.json",
|
||||||
"externalBuildTargets": ["build-schematics"]
|
"externalBuildTargets": ["build-schematics"],
|
||||||
|
"assets": ["lib/core/schematics/migrations/collection.json"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"typeRoots": ["node_modules/@types"],
|
|
||||||
"types": ["node"]
|
"types": ["node"]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
Reference in New Issue
Block a user