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

ISTWCMS-3759: updating script to use correct package file

parent 41e05f82
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ if [ -f "gulpfile.js" ]; then
cp gulpfile.js gesso
fi
if [ -f "packages.json" ]; then
cp packages.json gesso
if [ -f "package.json" ]; then
cp package.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