add sync command

This commit is contained in:
Ben Goldsworthy 2023-07-20 10:49:00 -06:00
parent b9395cf5e3
commit 2f1134e327
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"sync": "rsync -rP ./public/ ovhvps:~/track/public",
"lint": "npm run lint:php; npm run lint:css",
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
"lint:php": "./vendor/bin/phpcs",