Skip to content

Commit

Permalink
fix : 빌드 명령 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilver01 committed Sep 23, 2024
1 parent fbda980 commit baf7e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build project
run: npm run build # 프로젝트 빌드 명령 추가
# - name: Build project
# run: npm run build # 프로젝트 빌드 명령 추가

docker-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit baf7e33

Please sign in to comment.