File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 3838 node-version-file : ' .nvmrc'
3939 cache : ' pnpm'
4040 cache-dependency-path : |
41- pnpm-lock.yaml
4241 package.json
4342 src/**/package.json
4443 test_apps/encore-app/package.json
7170 for PACKAGE in $(cd ../..; pnpm ls -r --json --depth -1 | jq 'map(select(.private != true))' | jq -c '.[]'); do
7271 PACKAGE_ABSOLUTE_PATH=$(echo $PACKAGE | jq -r '.path')
7372 PACKAGE_RELATIVE_PATH=$(realpath --relative-to=. "$PACKAGE_ABSOLUTE_PATH")
74- PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL $PACKAGE_RELATIVE_PATH"
73+ PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL file: $PACKAGE_RELATIVE_PATH"
7574 done
7675 echo "Installing packages: $PACKAGES_TO_INSTALL"
7776 pnpm add --save-dev $PACKAGES_TO_INSTALL
9594 env :
9695 EXPECTED_PATTERN : ${{ matrix.ux-packages-source == 'php-vendor' && 'file:vendor/symfony/*' || 'link:../../src/*' }}
9796
98- - run : |
99- ls -l node_modules
100- pnpm list --depth 0
101- ls -l node_modules/
102- pnpm install
103- pnpm list --depth 0
104- ls -l node_modules/
105- working-directory: test_apps/encore-app
106-
10797 - name : Ensure project can be built in dev mode
10898 working-directory : test_apps/encore-app
10999 run : pnpm run dev
You can’t perform that action at this time.
0 commit comments