Missing Script Build #92
|
Hi, When I create a new PR from the "working" branch to "main" I get a workflow error as followed: `Run npm i && npm run build added 194 packages, and audited 195 packages in 6s 8 packages are looking for funding 20 vulnerabilities (1 low, 5 moderate, 13 high, 1 critical) To address issues that do not require attention, run: To address all issues (including breaking changes), run: Run can you help me fixing the issue? Do you need additional information? Thanks |
Replies: 1 comment
|
Looks like you are running |
Looks like you are running
npm run buildwhen you do not have an npm build script defined. I glanced at your repository and you don't appear to be using npm scripts at all. What do you expectnpm run buildto do?