Skip to content

Commit

Permalink
handle "quirk with "cp" between linux and bsd
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Feb 28, 2024
1 parent da97238 commit 7381f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do
component_dirname=$(basename "$(dirname "$demo_dir")")
echo "DEMO Dir: $component_dirname"
mkdir -p "dist/$component_dirname"
cp -R "src/components/$component_dirname/demo/" "dist/$component_dirname/"
cp -R "src/components/$component_dirname/demo/." "dist/$component_dirname/."
done

# Write CNAME file
Expand Down

0 comments on commit 7381f5e

Please sign in to comment.