Skip to content

Commit 078460e

Browse files
authored
fix: issue with angular build missing package.json (#2647)
1 parent e2fd88e commit 078460e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/01-build-stencil-targets.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
if echo ${{ matrix.targets }} | grep -c "ngx-elements"
3434
then
35+
cat ./packages/db-ui-elements-angular/dist/lib/package.json
3536
echo "framework=angular" >> $GITHUB_OUTPUT
3637
elif echo ${{ matrix.targets }} | grep -c "react-elements"
3738
then

0 commit comments

Comments
 (0)