chore: delete unused scripts

This commit is contained in:
Alie 2025-01-08 10:55:51 +01:00
parent aa41a11a70
commit dea27b314c
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
"scripts": {
"build": "tsc -p .",
"start": "NODE_PATH=./dist node dist/index.js",
"buildandpush": "docker buildx build --push --platform=linux/amd64,linux/arm64 -t git.fai.st/bizcochito/bizcochito.onion .",
"deploy": "npm run buildandpush && sleep 3 && kubectl rollout restart deploy/web -n web",
"local": "npm run build && npm run start",
"dev": "docker compose watch"
}