Skip to content

Commit

Permalink
chore :: 배포 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard committed Dec 11, 2023
1 parent eade771 commit ec34cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Install dependencies # 의존 파일 설치
run: npm install

- name: build
run: npm run build
run: CI='false' npm run build
working-directory: ./src

- name: Cache node modules
Expand Down

0 comments on commit ec34cb3

Please sign in to comment.