Open nathandunn opened 5 years ago
Method 1:
yarn && yarn build
This works because its compiled out of typescript, so likely having the typescript properly compiled is the key here.
The goal is to avoid having a dependent project being dependent on the original source.
As the yarn build is essential, that maybe sufficient. Using yalc / verdaccio / might create the same benefit however.
Method 1:
yarn && yarn build
at top levelThis works because its compiled out of typescript, so likely having the typescript properly compiled is the key here.