Solutions
Solved: sh: build-storybook: command not found
We use Storybook for Angular to document and test UI components. To simplify access for our team, I deployed Storybook on a server. Initially, I faced a build error but resolved it by using the command ./node_modules/.bin/ng run <pro>:build-storybook.