We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df36a3d commit be65cd0Copy full SHA for be65cd0
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
# 패키지 설치 및 Nest.js 빌드
24
- name: Install dependencies and build
25
run: |
26
+ cd backend
27
npm install
28
npm run build # Nest.js 빌드 명령어
29
0 commit comments