diff --git a/script/install.sh b/script/install.sh index 8bbf7d00..b9c9cae2 100755 --- a/script/install.sh +++ b/script/install.sh @@ -1,13 +1,5 @@ #!/bin/bash -# Only run this postinstall script if we're developing it. -# (Don't run if we're importing this package as an npm dependency -# inside a different repo) -if ! git rev-parse --is-inside-work-tree > /dev/null 2>&1; then - echo "Skipping install script because this is not inside a Git work tree." - exit 0 -fi - # echo "" # echo "*** Setting up submodules" # git submodule init