You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
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.