Skip to content

Commit

Permalink
fix: build.sh 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Dec 5, 2024
1 parent e557c47 commit 90d9c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd ../
mkdir output
cp -R ./alphamail-frontend/* ./output
cp -R ./output ./alphamail-frontend/
cp -R ./frontend/* ./output
cp -R ./output ./frontend/

0 comments on commit 90d9c00

Please sign in to comment.