Skip to content

Commit

Permalink
Fix build openseource lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 23, 2025
1 parent a2f2fd6 commit ad9be9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ng-package.opensource.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"dest": "./dist/arlas-wui-cloud",
"dest": "./dist/arlas-wui",
"assets": [
"./src/assets",
"./src/styles",
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ npm install
npm run build-cloud-lib
cp packages/cloud/package.json dist/arlas-wui-cloud
npm run build-opensource-lib
cp packages/opensource/package.json dist/arlas-wui-opensource
cp packages/opensource/package.json dist/arlas-wui

cd dist/arlas-wui-cloud
echo "==> Publish to npm"
Expand All @@ -201,7 +201,7 @@ else
fi
cd ../..

cd dist/arlas-wui-opensource
cd dist/arlas-wui
echo "==> Publish to npm"
if [ "${STAGE}" == "rc" ] || [ "${STAGE}" == "beta" ];
then
Expand Down

0 comments on commit ad9be9a

Please sign in to comment.