dsherret / ts-nameof

nameof in TypeScript
MIT License
492 stars 23 forks source link

Switch to mono repo tool #81

Closed dsherret closed 4 years ago

dsherret commented 4 years ago

The current way of doing things suddenly stopped working and I'm unable to release ts-nameof.macro. I'm not sure why.

Use either lerna or check out rush (https://rushjs.io).

dsherret commented 4 years ago

The problem here was that "incremental": true was silently turned on by the typescript compiler, so it wasn't building after the folder was deleted.

Anyway, switched to lerna and got rid of project references because they were too much of a bother.