Skip to content

Commit

Permalink
Feat: build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtyoon committed Jun 7, 2024
1 parent 4ab359d commit 8f3b957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

cd ../
mkdir output
cp -R ./ownsaemiro-admin-web/* ./output
cp -R ./output ./ownsaemiro-admin-web/

0 comments on commit 8f3b957

Please sign in to comment.