summaryrefslogtreecommitdiff
path: root/update-frontend.sh
blob: 7b89f8097d048d009c43af67e0e8e2cb48206d5d (plain)
1
2
3
4
5
6
7
#!/bin/sh

git pull
cd moneyjsx
npm i
npm run build
cp -rf ./dist/* /var/www/html/