Skip to content

Commit

Permalink
fix: issue with angular build missing package.json (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 11, 2024
1 parent e2fd88e commit 078460e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/01-build-stencil-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
if echo ${{ matrix.targets }} | grep -c "ngx-elements"
then
cat ./packages/db-ui-elements-angular/dist/lib/package.json
echo "framework=angular" >> $GITHUB_OUTPUT
elif echo ${{ matrix.targets }} | grep -c "react-elements"
then
Expand Down

0 comments on commit 078460e

Please sign in to comment.