mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix adf-cli
This commit is contained in:
@@ -1,30 +1,24 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2018",
|
"declaration": true,
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"sourceMap": true,
|
"noEmitOnError": true,
|
||||||
"emitDecoratorMetadata": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"experimentalDecorators": true,
|
"noImplicitAny": false,
|
||||||
"skipLibCheck": false,
|
"noImplicitThis": false,
|
||||||
"noLib": false,
|
|
||||||
"allowUnreachableCode": false,
|
|
||||||
"allowUnusedLabels": false,
|
|
||||||
"strict": false,
|
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"noImplicitAny": false,
|
|
||||||
"noImplicitReturns": false,
|
|
||||||
"noImplicitUseStrict": false,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"removeComments": true,
|
|
||||||
"declaration": true,
|
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
|
"rootDir": ".",
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"strictNullChecks": false,
|
||||||
|
"target": "es2018",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2016",
|
"es2018",
|
||||||
"dom"
|
"dom"
|
||||||
],
|
],
|
||||||
"baseUrl": "./",
|
"baseUrl": ".",
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./node_modules/@types"
|
"./node_modules/@types"
|
||||||
],
|
],
|
||||||
@@ -37,7 +31,6 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
"./build.ts",
|
"./build.ts",
|
||||||
"node_modules/**/*",
|
"node_modules/**/*"
|
||||||
"**/node_modules/**/*"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -11,6 +11,7 @@ echo "====== Build ======"
|
|||||||
npm run dist
|
npm run dist
|
||||||
|
|
||||||
cd $DIR/../../
|
cd $DIR/../../
|
||||||
|
rm -rf ./lib/dist/cli/ && \
|
||||||
cp -R ./lib/cli/dist lib/dist/cli/
|
cp -R ./lib/cli/dist lib/dist/cli/
|
||||||
|
|
||||||
echo "====== Move to node_modules ======"
|
echo "====== Move to node_modules ======"
|
||||||
|
Reference in New Issue
Block a user