2023-07-15 04:56:20 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-09-02 22:48:29 +00:00
|
|
|
cd app
|
|
|
|
npm run lint
|
|
|
|
npm run type-check
|
|
|
|
npm run build
|
2024-03-17 00:23:25 +00:00
|
|
|
cd ..
|
|
|
|
|
2024-09-02 22:48:29 +00:00
|
|
|
rsync -rav -e ssh --delete app/dist/ root@andrewlalis.com:/var/www/andrewlalis.com/html
|