Skip to content

Commit

Permalink
fix: Add multitenancy features to emailpassword recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Jul 19, 2023
1 parent dc3c493 commit 80fa64c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ format:
check-lint:
pyright supertokens_python tests examples && pylint supertokens_python tests examples

check-lint-no-tests:
pyright supertokens_python examples && pylint supertokens_python examples

set-up-hooks:
cp hooks/pre-commit.sh .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
Expand All @@ -38,4 +41,4 @@ with-flask:
pip3 install -e .[flask]

build-docs:
rm -rf html && pdoc --html supertokens_python --template-dir docs-templates
rm -rf html && pdoc --html supertokens_python --template-dir docs-templates

0 comments on commit 80fa64c

Please sign in to comment.