This PR updates the init function to remove the --frozen-lockfile flag from the yarn install command and updates the cleanOne function to remove a specific directory based on the rpcPort.
Detailed summary
Removed --frozen-lockfile flag from yarn install in init function
Updated cleanOne function to remove a specific directory based on rpcPort
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
This PR updates the
init
function to remove the--frozen-lockfile
flag from theyarn install
command and updates thecleanOne
function to remove a specific directory based on therpcPort
.Detailed summary
--frozen-lockfile
flag fromyarn install
ininit
functioncleanOne
function to remove a specific directory based onrpcPort