mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix build
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"outDir": "../dist/process-services-cloud/",
|
"outDir": "../dist/process-services-cloud/",
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
"types": [],
|
"types": [],
|
||||||
|
"resolveJsonModule": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
||||||
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
||||||
|
@@ -17,7 +17,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Publishing on npm with tag $TAG_NPM"
|
echo "Publishing on npm with tag $TAG_NPM"
|
||||||
npx @alfresco/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"
|
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"
|
||||||
else
|
else
|
||||||
echo "PR No need to release in NPM"
|
echo "PR No need to release in NPM"
|
||||||
fi;
|
fi;
|
||||||
|
Reference in New Issue
Block a user