Our unique project is utilizing a combination of pnpm, workspace, and typescript in adherence to the monorepo standard. Upon cloning the repository, we execute a pnpm install command to download dependencies and establish links between local packages. Despite this setup, the code within each package remains in its source code form in the .ts files. How can we automate the process of triggering each package to run pnpm run build, ensuring that a dist folder is created within the package when performing pnpm install for the first time?