Skip to content

Commit

Permalink
frontend workdir #4
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Oct 9, 2023
1 parent bc5dd38 commit 66275aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm install
working-directory: ${{ GITHUB_WORKSPACE }}/frontend
run: yarn install --frozen-lockfile

- name: Build with Vite
run: npm run build
working-directory: ${{ GITHUB_WORKSPACE }}/frontend
run: yarn build

- name: Put Git tag and time to .env file
run: |
Expand Down

0 comments on commit 66275aa

Please sign in to comment.