Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Cwonseo committed Aug 23, 2023
1 parent 2318bb2 commit 1891ed1
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 @@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
run: npm run build
- name: zip create
run: zip -qq -r ./build.zip .
shell: bash
Expand Down

0 comments on commit 1891ed1

Please sign in to comment.