Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Feb 6, 2024
1 parent 68743de commit 4a698c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}

- name: build client
run: cd client && npm ci && npm run build:staging
run: cd client && npm ci && npm run build && cd ..

- name: copy client build to server
run: cp -r client/build/ server/public/ && cd ..
Expand Down

0 comments on commit 4a698c4

Please sign in to comment.