SiLeBAT / mibi-portal-server

0 stars 1 forks source link

Fix husky installation #393

Closed dptolle closed 5 months ago

dptolle commented 5 months ago

Add huskey execution to the npm prepare script - this means anyone running npm install will have husky automatically set up as well. However this needs to be disabled in ci scripts. In theory this should be doable by using $HUSKY=0 ENV Variable, however I didn't manage to do so, so I reverted back to our previous workaround.