Skip to content

Commit

Permalink
remove mkdir dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Apr 27, 2024
1 parent 86ca117 commit 3fcd3d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/scripts/postbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# change dir structure
# ./dist/{html} -> ./dist/2024/{html}
#
mkdir ./dist
if [ ! -d "./dist" ]; then
echo "can not find dist"
exit 1;
Expand Down

0 comments on commit 3fcd3d0

Please sign in to comment.