Skip to content

Commit

Permalink
chore: Vercel 배포를 위한 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
urimeee authored Dec 27, 2024
1 parent 615041e commit 2b649d8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/sh
set -e

cd ../
mkdir output
cp -R ./sohawgi-front/* ./output
cp -R ./output ./sohawgi-front/
cp -R ./sohawgi_Front/* ./output
cp -R ./output ./sohawgi_Front/

cd sohawgi_Front || exit 1

npm install
npm run build

0 comments on commit 2b649d8

Please sign in to comment.