Closed anup-a closed 7 months ago
build-figma-plugin
CLI doesn’t currently support specifying the directory to build or watch. You’d need to cd
into the appropriate directory before running it.concurrently
npm module might be relevant for your use case. See the plugins/preact-tailwindcss
template.
I'm trying to build a figma plugin out of my web app (nextjs, tailwind), with goal of reusing most of my components.
My package.json
I presume my issue would be resolved if I could specify the watch directory (same for typecheck). But I don't see that option in arguments.
So, back to my question. How can I watch & build when working with different structures?