Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YoujeongChoi committed Mar 19, 2024
1 parent c06db4b commit 35607c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ jobs:
npm list ts-patch
- name: Apply ts-patch
run: npx ts-patch install
run: node_modules/.bin/ts-patch install

- name : Check npm list
run : ./node_modules/.bin/ts-patch install

- name: Install and apply typia
run: |
npm install typia
npx typia patch
- name: Build project
Expand All @@ -64,5 +65,5 @@ jobs:
echo "DB_DATABASE=${{ secrets.DB_DATABASE }}" >> $GITHUB_ENV
env:
NODE_ENV: production
NODE_ENV: development
AWS_REGION: ap-northeast-2

0 comments on commit 35607c3

Please sign in to comment.