Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Feb 24, 2024
1 parent a30c89e commit b2aeb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
working-directory: ./client

steps:
- name: Checkout code
Expand All @@ -23,6 +22,7 @@ jobs:
run: npm install

- name: Build Website
working-directory: ./client
run: npm run build

- name: Debug
Expand Down

0 comments on commit b2aeb26

Please sign in to comment.