You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
259 B

#!/bin/sh
mkdir -p build
if [ -f "build/cluarData.js" ]; then
mv build/cluarData.js .cluarData.js
fi
rsync -av build/images/ public/images/
npm install --force
npm run build
if [ -f ".cluarData.js" ]; then
mv .cluarData.js build/cluarData.js
fi