Files
object-browser/web-app/check-deadcode.sh
2023-12-29 11:44:01 -06:00

9 lines
107 B
Bash
Executable File

#!/bin/bash
if [ -f "$NVM_DIR/nvm.sh" ]
then
\. "$NVM_DIR/nvm.sh";
nvm use;
fi
yarn find-deadcode