Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
andchir committed Dec 8, 2019
1 parent f1580e7 commit 364ae9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cp -r "$DIR"/public/app_build "$DIR"/"$OUTPUT_DIRNAME"/public
cp -r "$DIR"/public/css "$DIR"/"$OUTPUT_DIRNAME"/public
cp -r "$DIR"/public/img "$DIR"/"$OUTPUT_DIRNAME"/public
cp -r "$DIR"/public/js "$DIR"/"$OUTPUT_DIRNAME"/public
cp -r "$DIR"/public/bundles "$DIR"/"$OUTPUT_DIRNAME"/public/bundles
mkdir "$DIR"/"$OUTPUT_DIRNAME"/public/uploads

cp -r "$DIR"/public/admin "$DIR"/"$OUTPUT_DIRNAME"/public/admin
Expand Down

0 comments on commit 364ae9f

Please sign in to comment.