You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a post-merge Git hook which reinstalls the package in case the dependencies change. This and any other hooks need to be manually copied or symlinked to .git/hooks before they are active for security reasons.
There is already a setup script npm run setup-dev which configures the development server. This script should also link these hooks to the appropriate location so the developer doesn't have to.
The text was updated successfully, but these errors were encountered:
There is a
post-merge
Git hook which reinstalls the package in case the dependencies change. This and any other hooks need to be manually copied or symlinked to.git/hooks
before they are active for security reasons.There is already a setup script
npm run setup-dev
which configures the development server. This script should also link these hooks to the appropriate location so the developer doesn't have to.The text was updated successfully, but these errors were encountered: