Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion yarn-project/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ nodeLinker: node-modules

# Do not allow 'yarn install' on CI to format package.json files,
# otherwise it will change their hash and bust the cache
immutablePatterns: ['**/package.json']
immutablePatterns: ['package.json', '*/package.json']
2 changes: 1 addition & 1 deletion yarn-project/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function build {
# files to yarn immutablePatterns, so if they are also changed, this step will fail.
denoise "retry yarn install --immutable"
else
denoise "yarn install"
denoise "yarn install --no-immutable"
fi
denoise "compile_all"
echo -e "${green}Yarn project successfully built!${reset}"
Expand Down