Skip to content

Commit 90d9c00

Browse files
committed
fix: build.sh 수정
1 parent e557c47 commit 90d9c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd ../
33
mkdir output
4-
cp -R ./alphamail-frontend/* ./output
5-
cp -R ./output ./alphamail-frontend/
4+
cp -R ./frontend/* ./output
5+
cp -R ./output ./frontend/

0 commit comments

Comments
 (0)