add sync command
This commit is contained in:
parent
b9395cf5e3
commit
2f1134e327
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
"sync": "rsync -rP ./public/ ovhvps:~/track/public",
|
||||||
"lint": "npm run lint:php; npm run lint:css",
|
"lint": "npm run lint:php; npm run lint:css",
|
||||||
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
|
"lint:fix": "npm run lint:php:fix; npm run lint:css:fix",
|
||||||
"lint:php": "./vendor/bin/phpcs",
|
"lint:php": "./vendor/bin/phpcs",
|
||||||
|
|
Loading…
Reference in a new issue