diff --git a/package.json b/package.json index 0094da8..4dc16c3 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "start:wsl2": "HOST=0.0.0.0 vite", "kill": "lsof -ti:3000 | xargs kill -9 2>/dev/null && echo 'Cleared port 3000' || echo 'Port 3000 was not in use'", "build": "vite build", + "deploy": "npm run prebuild && npm run build && ./scripts/deploy.sh", "preview": "vite preview", "test": "echo 'Test runner not configured for Vite yet' && exit 0", "check": "tsc --noEmit",