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",
|
||||
"main": "lib/core/schematics/migrations/index.ts",
|
||||
"tsConfig": "lib/core/tsconfig.schematics.json",
|
||||
"externalBuildTargets": ["build-schematics"]
|
||||
"externalBuildTargets": ["build-schematics"],
|
||||
"assets": ["lib/core/schematics/migrations/collection.json"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
@@ -20,7 +20,6 @@
|
||||
"sourceMap": true,
|
||||
"strictNullChecks": true,
|
||||
"target": "es2015",
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": [
|
||||
|
Reference in New Issue
Block a user