github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/frontend/build_bv.sh (about)

     1  cd bv
     2  npm run build &&
     3  cd ../.. &&
     4  rm -r static/bv &&
     5  mkdir static/bv && 
     6  cp -r frontend/bv/dist/* static/bv/ &&
     7  echo "Fichier copiƩs dans static/bv/"