yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.23k stars 1.07k forks source link

build: explicitly set `noEmit: false` in the build script #6266

Closed merceyz closed 2 months ago

merceyz commented 2 months ago

What's the problem this PR addresses?

https://github.com/yarnpkg/berry/pull/6133 (cc @clemyan) enabled noEmit by default which caused yarn pack to not get any build output.

Fixes https://github.com/yarnpkg/berry/issues/6265

How did you fix it?

Explicitly set noEmit: false in the build script.

Checklist