From 7959b1e53c36bb40260d094e90c1d56267b9bf42 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Wed, 30 Aug 2023 16:13:35 +0200 Subject: [PATCH] Reset setup-for-tests.sh --- setup-for-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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