We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7db902 commit e90ee63Copy full SHA for e90ee63
.github/workflows/app-tests.yaml
@@ -69,6 +69,8 @@ jobs:
69
name: Install UX JS packages with a JS package manager
70
working-directory: test_apps/encore-app
71
run: |
72
+ echo $(cd ../..; pnpm ls -r --json --depth -1)
73
+ jq --version
74
PACKAGES_TO_INSTALL=''
75
for PACKAGE in $(cd ../..; pnpm ls -r --json --depth -1 | jq 'map(select(.private != true))'); do
76
PACKAGE_DIR=../../$(echo $PACKAGE | jq -r '.path')
0 commit comments