Skip to content

Commit

Permalink
Fix: restore npm ci in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Jan 3, 2024
1 parent 939c64d commit acd354f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
node-version: "20"
cache: "npm"

- name: Install dependencies
run: npm ci

- name: Build React project
run: npm run build

Expand Down

0 comments on commit acd354f

Please sign in to comment.