Files
object-browser/portal-ui/check-deadcode.sh
2023-06-15 10:24:24 -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