We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c7bda commit d074ea5Copy full SHA for d074ea5
1 file changed
shared-scripts.sh
@@ -46,6 +46,7 @@ function storeCacheForBuildJob {
46
}
47
function loadCacheFromBuildJob {
48
# download [repo, .cache] from s3
49
+ rm -rf node_modules
50
loadCache repo $CODEBUILD_SRC_DIR
51
loadCache .cache $HOME/.cache
52
loadCache .nvm $HOME/.nvm
0 commit comments