diff --git a/setup-for-tests.sh b/setup-for-tests.sh index 017a60a0..67b912ca 100755 --- a/setup-for-tests.sh +++ b/setup-for-tests.sh @@ -16,4 +16,4 @@ export OAUTH_AUTHORIZE_URL=https://hepverlag-cms.grape.novu.ch/oauth/authorize export OAUTH_API_BASE_URL=https://hepverlag-cms.grape.novu.ch/ export OAUTH_LOCAL_REDIRECT_URI=http://localhost:8000/api/oauth/callback/ export NODE_OPTIONS=--max_old_space_size=3072 -#pipenv install --dev --system +pipenv install --dev --system