mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
9 lines
107 B
Bash
9 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
if [ -f "$NVM_DIR/nvm.sh" ]
|
||
|
|
then
|
||
|
|
\. "$NVM_DIR/nvm.sh";
|
||
|
|
nvm use;
|
||
|
|
fi
|
||
|
|
yarn find-deadcode
|