mailwind
mailwind copied to clipboard
Instructions on how to add mailwind as a local dependency
Hi there,
I am using mailwind as part of my CI pipeline for a project and I think other devs would be interested in having it run as a local dependency as well.
I've added some additional instructions on the README.md
for such a purpose.
Hopefully this is okay with you.
- JP
Thank you, JP.
Is the postinstall script really required? npm automatically installs the sub-dependencies.
Hi Soheil,
For some reason it doesn't for me. I tried using both npm
and yarn
.
I thought it would have been the same for everybody else.
Thanks, JP
On Tue, Feb 15, 2022 at 2:03 PM Soheil Rashidi @.***> wrote:
Thank you, JP.
Is the postinstall script really required? npm automatically installs the sub-dependencies.
— Reply to this email directly, view it on GitHub https://github.com/soheilpro/mailwind/pull/5#issuecomment-1039739371, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASLTGCKUK6NV5WONQYXUJLU3GQ57ANCNFSM5OF3AFMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- *ABOUT THIS E-MAIL: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. *
That's weird. I'll look into it.
May I ask how you run Mailwind in your CI pipeline? Would it help if it was also available a library in addition to the CLI executable?