Is there a build dependencies cache on Platform.sh?
Platform.sh DevRel
Are the contents of pip install, npm install, and yarn install cached from build to build?
0
Comments
It does on successful builds, but if you want to clear that cache at any time you can do so with the command
platform project:clear-build-cache.Please sign in to leave a comment.