Hiya @bennypowers ,
Do you mean 鈥渞equired github check?" When we build HEAD, we can鈥檛 run checks since they don鈥檛 correspond with a specific commit.
For guidance around whether we鈥檒l change how we use package-lock.json
- which based on
- the thread you linked (How to enforce package-lock.json - #27 by hrishikesh)
- and the associated issue (treat package-lock.json the same way we treat package.json if checksum changes 路 Issue #113 路 netlify/build-image 路 GitHub)
You could also try the plugin at the end of the thread he linked - it should force the reinstall during build and the checks should then work: How to enforce package-lock.json - #29 by IanVS)