Closed McSneaky closed 1 year ago
Testing is used as category for several packages, but it's not included in categories array Making yarn sync throw error:
yarn sync
Error: Unknown category Testing for table-driven-html-reporter. Supported categories: Authentication, Authorization, Communication, Database, Deployment, Devtools, Extensions, Messaging, Monitoring, Payment, Rendering, Security, Storage at sync (/home/mcsneaky/Projects/adonis-packages/lib/modules.ts:61:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Promise.all (index 67) at async syncAll (/home/mcsneaky/Projects/adonis-packages/lib/modules.ts:169:26) at async main (/home/mcsneaky/Projects/adonis-packages/lib/cli.ts:17:27) error Command failed with exit code 1.
Or other option would be to change their category to something else Affected packages:
"Testing" sounds like totally legit category tho
Thanks dude!
Testing is used as category for several packages, but it's not included in categories array Making
yarn sync
throw error: