Skip to content

Commit

Permalink
chore: publish.yml 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Sep 24, 2024
1 parent 16a6aa7 commit 5fc8cc3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Setup pnpm
with:
version: 8.15.0
run_install: false
- uses: actions/setup-node@v4
name: Setup Node.js
with:
node-version: 20.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: |
yarn install
yarn build
run: pnpm build
- name: Make zip file
run: zip -r ./build.zip ./dist
shell: bash
Expand Down

0 comments on commit 5fc8cc3

Please sign in to comment.