Skip to content

Commit

Permalink
fix: vite build방식으로 변경 (CC-134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent a119316 commit 3ce14cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
run: npm run-script build
- name: zip create
run: zip -qq -r ./build.zip .
shell: bash
Expand Down

0 comments on commit 3ce14cd

Please sign in to comment.