Node cache not cleared

Glitch is the top deployment application right now.
But I noticed that it doesn’t clear node cache during deployment…this affects the new change I make to my application…I unchecked refresh app on changes…but still gives me the same result

‘Refresh app on changes’ stops the automatic reloading of the app preview that you see when you click ‘Show’. It doesn’t change deployment behavior. You can add a watch.json file to change which files cause a restart or reinstall, but you can’t directly change caching. What change are you making that isn’t showing up after a restart?