Remove unused GRIST_EXT env variable #531 (#532)

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
pull/535/head
Florent 11 months ago committed by GitHub
parent 2b3e31a05c
commit 1e7cf9001e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,6 @@
set -e
PROJECT=""
export GRIST_EXT=stubs
if [[ -e ext/app ]]; then
PROJECT="tsconfig-ext.json"
fi

@ -3,7 +3,6 @@
set -x
PROJECT=""
export GRIST_EXT=stubs
if [[ -e ext/app ]]; then
PROJECT="tsconfig-ext.json"
fi

Loading…
Cancel
Save