Skip to content

Commit

Permalink
fix client build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Sep 4, 2023
1 parent 7f558c7 commit f87461d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-node@v1
with:
node-version: 12

- name: Build app
run: |
pushd terracotta/client/app
yarn install --frozen-lockfile
yarn build
popd
working-directory: terracotta/client/app

- name: Commit changes
uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit f87461d

Please sign in to comment.