Lifecycle scripts and local workspaces? #4048
Unanswered
MarcCelani-at
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workspace that is written in ts. In my project package.json, I have a dependency that refers to this workspace using the
workspace:*
protocol. I would like yarn install to automatically run the build script in my workspace whenever i run yarn install after changing a ts file in the workspace. The build command runs tsc to build js files - we prefer to not check them into our monorepo. What is the recommended way of doing this? It doesn't appear that prepack is run.Beta Was this translation helpful? Give feedback.
All reactions