From 1e7cf9001e7df919699ad1643789a5d3858c17c9 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 13 Jun 2023 17:13:07 +0200 Subject: [PATCH] Remove unused GRIST_EXT env variable #531 (#532) Co-authored-by: Florent FAYOLLE --- buildtools/build.sh | 1 - sandbox/watch.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/buildtools/build.sh b/buildtools/build.sh index 0571eaa5..c87643a6 100755 --- a/buildtools/build.sh +++ b/buildtools/build.sh @@ -3,7 +3,6 @@ set -e PROJECT="" -export GRIST_EXT=stubs if [[ -e ext/app ]]; then PROJECT="tsconfig-ext.json" fi diff --git a/sandbox/watch.sh b/sandbox/watch.sh index d8b8d642..ae77fcd3 100755 --- a/sandbox/watch.sh +++ b/sandbox/watch.sh @@ -3,7 +3,6 @@ set -x PROJECT="" -export GRIST_EXT=stubs if [[ -e ext/app ]]; then PROJECT="tsconfig-ext.json" fi