fix(root): fix invalid gobot script in package.json

This commit is contained in:
Ben Allfree 2024-07-28 01:23:41 +00:00
parent a9728fb893
commit 3aab951541

View File

@ -31,7 +31,7 @@
"plop": "plop --no-progress",
"nofile": "cat /proc/sys/fs/file-nr",
"mail": "tsx ./packages/pockethost/src/cli/sendmail.ts",
"gobot": "pnpm gobot",
"gobot": "gobot",
"gobot:download": "gobot download pocketbase",
"gobot:download:all": "gobot download pocketbase --g-use-version='*'",
"gobot:update": "gobot update pocketbase",