As a workaround, you can do the following: - Open ...
# contributing
r
As a workaround, you can do the following: - Open a terminal in
supertokens-root
- Clone your forked
supertokens-core
repo inside
supertokens-root
- Run the following in
supertokens-root
Copy code
cp ./utils/pre-commit supertokens-core/.git/hooks/
cp ./utils/addDevTag supertokens-core/addDevTag
cp ./utils/addReleaseTag supertokens-core/addReleaseTag
- Make sure the
settings.gradle
file is = to the following
Copy code
include 'supertokens-core:cli'
include 'supertokens-core:downloader'
include 'supertokens-core'
include 'supertokens-plugin-interface'
include 'supertokens-sqlite-plugin'