Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
Cwonseo committed Aug 23, 2023
1 parent 1891ed1 commit 8421594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check Node v
run: node -v
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: npm install
- name: Build
run: npm run build
- name: zip create
Expand Down

0 comments on commit 8421594

Please sign in to comment.