Skip to content

Commit

Permalink
fix : ci 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jul 28, 2024
1 parent 615487c commit 332de39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: build

on:
push:
Expand All @@ -23,8 +23,14 @@ jobs:
with:
node-version: 20.x

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Install dependencies
run: pnpm install

- name: Run build
run: npm run build
run: pnpm run build

0 comments on commit 332de39

Please sign in to comment.