Rename portal-ui to web-app (#3178)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
8
web-app/check-deadcode.sh
Executable file
8
web-app/check-deadcode.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f "$NVM_DIR/nvm.sh" ]
|
||||
then
|
||||
\. "$NVM_DIR/nvm.sh";
|
||||
nvm use;
|
||||
fi
|
||||
yarn find-deadcode
|
||||
Reference in New Issue
Block a user