Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yarn berry install with pnp (#16)
When yarn berry is used, the postinstall script fails with the following error. ```sh ➤ YN0007: │ fast-folder-size@npm:1.6.1 must be built because it never has been before or the last one failed ➤ YN0009: │ fast-folder-size@npm:1.6.1 couldn't be built successfully (exit code 13, logs can be found here: /private/var/folders/4q/141y2kz96395wsmj82ljtxs00000gn/T/xfs-6293f042/build.log) ➤ YN0000: └ Completed in 1s 894ms ``` Forcing the exit code to be 0 fixes the issue
- Loading branch information