chore: remove unused script commands

This commit is contained in:
Ben Allfree 2023-11-14 02:49:18 -08:00
parent cb0237aaa3
commit 269fd89a4d

View File

@ -11,12 +11,9 @@
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
"download-versions": "tsx ./src/cli/download.ts",
"build": "concurrently 'pnpm:build:*'",
"build-pockethost": "concurrently 'pnpm:build:pockethost:*'",
"build-frontends": "concurrently 'pnpm:build:frontend:*'",
"build:frontend:dashboard": "cd frontends/dashboard && pnpm build",
"build:frontend:lander": "cd frontends/lander && pnpm build",
"build:pockethost:docker": "cd src/services/PocketBaseService && docker build -t benallfree/pockethost-instance .",
"push:docker": "docker tag benallfree/pockethost-instance benallfree/pockethost-instance:latest && docker push benallfree/pockethost-instance:latest",
"dev": "concurrently 'pnpm:dev:*'",
"dev-daemon": "concurrently 'pnpm:dev:daemon:*'",
"dev:lander": "cd frontends/lander && pnpm start",