cleanup tmpdirs/cache, add prettier

This commit is contained in:
Jeffrey Paul 2022-12-08 21:15:55 +04:00
parent 29e82ded57
commit 14e59af354
1 changed files with 8 additions and 1 deletions

View File

@ -17,6 +17,13 @@ mv /tmp/node-v18.12.1-linux-arm64.tar.xz "$NCD"
nvm ls-remote
nvm install v18.12.1
nvm use v18.12.1
rm -rf "/usr/local/nvm/.cache"
npm install -g yarn
yarn global add prettier
prettier --version
which npm
which yarn
rm -rf /usr/local/nvm/.cache /tmp/*