Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

How to upgrade to v12 in monorepo?

$
0
0

As a fallback, use rescript legacy.

Otherwise, create a root-level rescript.json and list your three projects as dependencies. Ensure that the name fields in each package.json match the corresponding names in rescript.json.

Run rescript --verbose to output the detected project contexts. When configured correctly, running this command from the repository root will display the monorepo structure.

I also replied on GitHub with additional details.


Viewing all articles
Browse latest Browse all 2592

Trending Articles