chore(root): remove unused gobot commands in package.json

This commit is contained in:
Ben Allfree 2024-08-03 04:20:34 -07:00
parent a4dcb11359
commit dcb0f4fe97

View File

@ -26,10 +26,6 @@
"plop": "plop --no-progress", "plop": "plop --no-progress",
"nofile": "cat /proc/sys/fs/file-nr", "nofile": "cat /proc/sys/fs/file-nr",
"mail": "tsx ./packages/pockethost/src/cli/sendmail.ts", "mail": "tsx ./packages/pockethost/src/cli/sendmail.ts",
"gobot": "gobot",
"gobot:download": "gobot download pocketbase",
"gobot:download:all": "gobot download pocketbase --g-use-version='*'",
"gobot:update": "gobot update pocketbase",
"prepare": "husky" "prepare": "husky"
}, },
"type": "module", "type": "module",