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
We need to change the PR build to also run npm run build.
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
We need to change the PR build to also run
npm run build.