Secondary development compilation problem

I had some problems when compiling

husky - not a Git repository, skipping hooks installation

Will it affect the compilation results?


$ husky install
husky - not a Git repository, skipping hooks installation
$ yarn cljs-server-restart && shadow-cljs watch app
$ yarn && NODE_ENV=hot webpack serve --progress --host 0.0.0.0
$ yarn && shadow-cljs restart
$ echo $npm_execpath | grep -q yarn || echo '\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\033[0m'
$ echo $npm_execpath | grep -q yarn || echo '\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\033[0m'
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ husky install
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ husky install
[js] husky - not a Git repository, skipping hooks installation
[cljs] husky - not a Git repository, skipping hooks installation
[cljs] shadow-cljs - config: /opt/metabase-master/shadow-cljs.edn
[cljs] shadow-cljs - updating dependencies

Hi @zqycn
Please always post which branch you're working with - and the commit.
Seems like your repo might not be clean - if you're switching between branches, this can happen.
Try running yarn prepare - or remove the hook from .git/config - or make a clean repo.

Hello, after I downloaded the source code, I directly ran [yarn run build] and [. / bin / build] without any changes, and then prompted the following questions

Warning: profile :oss not found.
Warning: profile :oss not found.
Warning: profile :oss not found.
Warning: profile :oss not found.
Warning: profile :oss not found.
Compiling metabase.driver.vertica

@zqycn Since you're not telling which branch or commit you're using, then I cannot help you.
There are a lot of changes on master-branch, so don't use that - if you do, then read this:
https://github.com/metabase/metabase/wiki/Migrating-from-Leiningen-to-tools.deps