Skip to content
Snippets Groups Projects
Commit c0074cfe authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3759: updating build script to only copy files instead of moving them

parent 825e54f0
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ git checkout $gesso_version
cd ..
if [ -f "gulpfile.js" ]; then
mv gulpfile.js gesso
cp gulpfile.js gesso
fi
if [ -f "packages.json" ]; then
mv packages.json gesso
cp packages.json gesso
fi
ln -s "gesso/source" "source"
......
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