Maybe I'm missing something super obvious, but:
- Create new plugin project:
npx create-payload-app@latest -t plugin -n myPlugin
- cd
myPlugin
yarn test
leads 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.