Merge branch 'main' of ssh://code.bengoldsworthy.net:222/Rumperuu/Where-in-the-World-is-Ben into main

This commit is contained in:
Ben Goldsworthy 2023-07-20 17:10:41 +00:00
commit 70f398edaf
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",