danpacho / tailwindest

Write typesafe, reusable tailwind classname🔮
https://tailwindest.vercel.app
MIT License
132 stars 5 forks source link

[bug] Contributor instructions have a missing script #102

Closed jbs-marcus closed 5 months ago

jbs-marcus commented 5 months ago

Describe the bug The contributor instructions state that one needs to run pnpm test:prepublish but it fails with

ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Command "test:prepublish" not found

Did you mean "pnpm prepublish"?

The auto-suggested command seems to work.

Expected behavior pnpm test:prepublish to be a script that does something

Additional context

danpacho commented 5 months ago

Thank you! I will fix it asap:)

danpacho commented 5 months ago

Fixed it.