shulneff/rebuild-web.sh

5 lines
71 B
Bash

#!/bin/bash
npm run build
sudo rm ../web/* -rf
sudo cp build/* ../web/