Skip to content

Commit

Permalink
🚨 Fix: CD 스크립트 수정
Browse files Browse the repository at this point in the history
- npm build 커맨드 수정
  • Loading branch information
sscoderati authored Jan 9, 2024
1 parent 07d44dc commit 75f7aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '18'
- run: npm i
- run: npm build
- run: npm run build

- name: Deploy to Netlify
uses: nwtgck/[email protected]
Expand Down

1 comment on commit 75f7aa5

@sscoderati
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.