mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: remove unused script commands
This commit is contained in:
parent
cb0237aaa3
commit
269fd89a4d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user