Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Jan 29, 2024
1 parent 8eeeba3 commit 206fa47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v3

- name: Clear npm cache
run: npm cache clean -f

Expand All @@ -23,15 +23,15 @@ jobs:

- name: Create build directory in client
run: mkdir -p client/build

- name: Copy client JSON file
run: cp client/package.json client/build/package.json

- name: Debug
run: |
ls -la
npm run build
- name: Build Website
run: npm run build

Expand Down

0 comments on commit 206fa47

Please sign in to comment.