#!/bin/sh npm run build ssh air rm -rf /pkg/gnu/unitprint/web-app/dist rsync -avz dist/ air:/pkg/gnu/unitprint/web-app/dist/ ssh air nginx -s reload