Zend certified PHP/Magento developer

How to force Magento Cloud to recompile?

After pushing a new code to my Magento Cloud staging environment, the JS stopped working in the backend, I don’t run compilation commands out of the Magento Cloud pipelines, but since the deployment, it’s not working and the CLI redeploy isn’t working to fix it too. Every time I run the command below via Magento CLI, it’s very fast, for sure it’s not running all the compilation again.

magento-cloud redeploy -e staging

How could I force the compilation of my entire staging?