Skip to content

Commit

Permalink
[FIX] 배포 시점에 생성되는 .serverless 패키지 대상 검 사 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 18, 2024
1 parent 888bf50 commit 46e15b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .github/valid.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
- name: Install Dependencies
run: npm ci

# - name: Run Lint
# run: npm run lint

- name: Build Project
run: npm run build


- name: Run Serverless-offline
env:
ENV_FILE: ${{ secrets.ENV_DEV }}
Expand All @@ -47,10 +43,3 @@ jobs:
exit 1
fi
shell: bash


- name: Run Validate Script
run: |
sudo chmod +x .github/valid.sh
./.github/valid.sh
shell: bash

0 comments on commit 46e15b5

Please sign in to comment.