Skip to content

Commit

Permalink
fix: Patch build take 2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachelrath authored Nov 14, 2023
1 parent d30dae7 commit 14a7cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/patch_build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
UESIO_CLI_LOGIN_METHOD: uesio/core.platform
run: |
echo "Building ${{ inputs.app }}"
cd /apps/${{ inputs.app }}
cd apps/${{ inputs.app }}
npm ci
npm run lint
cd ../..
bash bundle.sh /apps/${{ inputs.app }}
cd - >> /dev/null
bash bundle.sh apps/${{ inputs.app }}

0 comments on commit 14a7cb0

Please sign in to comment.