Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin0011 committed Jun 14, 2024
1 parent 40cddc6 commit 63269bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ jobs:
with:
node-version: '20'

- name: Clear npm cache and reinstall dependencies
- name: Install dependencies
run: |
cd front
npm install
- name: List files for debugging
run: |
cd front
ls -R
- name: Build project
run: |
cd front
Expand Down

0 comments on commit 63269bc

Please sign in to comment.