-
The question was already asked for the node_modules linker here, but I am wondering what would be the proper setup when using the Plug'n'Play linker? Right now I have one job to compile my assets, and another job to run tests with Jest. I have committed my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Given that you are using pnp and zero installs, you would also need to commit yarn.lock, .pnp.cjs, and .pnp.loader.mjs (I think that is what it’s called) |
Beta Was this translation helpful? Give feedback.
Given that you are using pnp and zero installs, you would also need to commit yarn.lock, .pnp.cjs, and .pnp.loader.mjs (I think that is what it’s called)