Files
object-browser/web-app/check-prettier.sh
2024-05-22 18:19:32 -07:00

10 lines
148 B
Bash
Executable File

#!/bin/bash
if [ -f "$NVM_DIR/nvm.sh" ]
then
\. "$NVM_DIR/nvm.sh";
nvm use;
fi
yarn install --no-check-resolutions
yarn prettier --check .