Skip to content

Commit 5fa9928

Browse files
committed
fix: do not remove supertokens-website dep
1 parent 867a2b9 commit 5fa9928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auth-react-test-1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
cd ../supertokens-auth-react
9494
# Extract the tarball to the auth-react package
9595
tar -xf ../supertokens-web-js/supertokens-web-js-*.tgz --strip-components=1 -C node_modules/supertokens-web-js
96-
# Remove existing website package and link to the one from web-js
97-
rm -rf node_modules/supertokens-website
98-
ln -s "../supertokens-web-js/node_modules/supertokens-website" node_modules
96+
# # Remove existing website package and link to the one from web-js
97+
# rm -rf node_modules/supertokens-website
98+
# ln -s "../supertokens-web-js/node_modules/supertokens-website" node_modules
9999
100100
- name: Set up auth-react with new dependencies
101101
working-directory: supertokens-auth-react/examples/for-tests

0 commit comments

Comments
 (0)