mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
This commit is contained in:
parent
2b3e31a05c
commit
1e7cf9001e
@ -3,7 +3,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
PROJECT=""
|
PROJECT=""
|
||||||
export GRIST_EXT=stubs
|
|
||||||
if [[ -e ext/app ]]; then
|
if [[ -e ext/app ]]; then
|
||||||
PROJECT="tsconfig-ext.json"
|
PROJECT="tsconfig-ext.json"
|
||||||
fi
|
fi
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
PROJECT=""
|
PROJECT=""
|
||||||
export GRIST_EXT=stubs
|
|
||||||
if [[ -e ext/app ]]; then
|
if [[ -e ext/app ]]; then
|
||||||
PROJECT="tsconfig-ext.json"
|
PROJECT="tsconfig-ext.json"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user