File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 93
93
cd ../supertokens-auth-react
94
94
# Extract the tarball to the auth-react package
95
95
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
99
99
100
100
- name : Set up auth-react with new dependencies
101
101
working-directory : supertokens-auth-react/examples/for-tests
You can’t perform that action at this time.
0 commit comments