Skip to content

Commit 80fa64c

Browse files
committed
fix: Add multitenancy features to emailpassword recipe
1 parent dc3c493 commit 80fa64c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ format:
1212
check-lint:
1313
pyright supertokens_python tests examples && pylint supertokens_python tests examples
1414

15+
check-lint-no-tests:
16+
pyright supertokens_python examples && pylint supertokens_python examples
17+
1518
set-up-hooks:
1619
cp hooks/pre-commit.sh .git/hooks/pre-commit
1720
chmod +x .git/hooks/pre-commit
@@ -38,4 +41,4 @@ with-flask:
3841
pip3 install -e .[flask]
3942

4043
build-docs:
41-
rm -rf html && pdoc --html supertokens_python --template-dir docs-templates
44+
rm -rf html && pdoc --html supertokens_python --template-dir docs-templates

0 commit comments

Comments
 (0)