Skip to content
Snippets Groups Projects
Verified Commit db5d74d3 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

copy instead of mv

parent eadf7afa
No related branches found
Tags v0.3.0
No related merge requests found
......@@ -59,7 +59,7 @@ do
yarn install
grunt dist
mv public/* $rootDir/public/$BLADE/$version/.
cp -HR public/* $rootDir/public/$BLADE/$version/.
echo " > latest built for file set ${BLADE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment