Skip to content

Commit

Permalink
Quick fix compatibility test (#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Nov 30, 2023
1 parent 728f9f7 commit ad38f3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/testCompatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,19 @@ linkLuigi() {
ln -s $LUIGI_DIR/plugins/auth/public/auth-oauth2 $NODE_MODULES_LUIGI/plugin-auth-oauth2
ln -s $LUIGI_DIR/plugins/auth/public/auth-oidc $NODE_MODULES_LUIGI/plugin-auth-oidc
ln -s $LUIGI_DIR/client-frameworks-support/client-support-angular/dist/client-support-angular $NODE_MODULES_LUIGI/client-support-angular

ln -s $LUIGI_DIR/client-frameworks-support/testing-utilities/dist $NODE_MODULES_LUIGI/testing-utilities

# Print content of folders for debugging
echoe "Contents of node_modules/@luigi-project/* packages ..."
ls -la $NODE_MODULES_LUIGI
ls $NODE_MODULES_LUIGI/core
ls $NODE_MODULES_LUIGI/client
ls $NODE_MODULES_LUIGI/plugin-auth-oauth2
ls $NODE_MODULES_LUIGI/plugin-auth-oidc
ls $NODE_MODULES_LUIGI/client-support-angular
ls $NODE_MODULES_LUIGI/testing-utilities
echoe "Finished printing contents"


if [ ! -f $NODE_MODULES_LUIGI/core/package.json ]; then
echoe "There was an issue linking the core module"
Expand Down

0 comments on commit ad38f3b

Please sign in to comment.