Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
There was an error while loading. Please reload this page.
Maybe I'm missing something super obvious, but:
npx create-payload-app@latest -t plugin -n myPluginmyPluginyarn testleads to ===>
$ cd dev && yarn test error Command "test" not found.Looking at the package.json inside the dev folder explains the error - there is no "test" script there.