IndiaInvestments is a community to discuss investments, insurance, finance, economy, and markets in India. This website is a collection of advice and information we have organized as a community.
If you want to discuss anything on this website with other people, please check out our sub-reddit and discord below.
Slash commands for india investment Discord server to search the wiki.
Deno doesn't work well with lint-staged
, so we've added a pre-commit hook
manually.
- After cloning the repo, run
cp scripts/pre-commit/sh .git/hooks/
. This would copy thepre-commit.sh
file into your.git/hooks/
directory. - Change the file to be an executable, with
chmod +x .git/hooks/pre-commit.sh