Skip to content

build in PR is not running which allow PR with broken build to be merged #198

@ido-ran

Description

@ido-ran

I've noticed that even though PR have their CI build pass after merging the build failed.
After looking closer into the logs I've noticed this

  npm build
  shell: /usr/bin/bash -e {0}
npm WARN build `npm build` called with no arguments. Did you mean to `npm run-script build`?

Compare that to main branch build the same build logs show

npm run build

We need to change the PR build to also run npm run build.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions