Skip to content

Commit

Permalink
fix: patch build failing (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachelrath committed Nov 14, 2023
1 parent 02d78b0 commit d30dae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/patch_build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
UESIO_CLI_HOST: ${{ vars.UESIO_CLI_HOST }}
UESIO_CLI_LOGIN_METHOD: uesio/core.platform
run: |
[ ! -d "/apps/${{ inputs.app }}" ] && echo "Invalid app name" && exit 1
echo "Building ${{ inputs.app }}"
cd "/apps/${{ inputs.app }}"
cd /apps/${{ inputs.app }}
npm ci
npm run lint
cd ../..
Expand Down

0 comments on commit d30dae7

Please sign in to comment.