mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
stub -> stubs
This commit is contained in:
parent
6296423248
commit
9d93c2e6c9
@ -39,7 +39,7 @@ fi
|
|||||||
PYTHONPATH=sandbox/grist:sandbox/thirdparty $PYTHON -B sandbox/gen_js_schema.py > $schema_ts.tmp
|
PYTHONPATH=sandbox/grist:sandbox/thirdparty $PYTHON -B sandbox/gen_js_schema.py > $schema_ts.tmp
|
||||||
|
|
||||||
# Prepare new version of sql file.
|
# Prepare new version of sql file.
|
||||||
export NODE_PATH=_build:_build/core:_build/stub:_build/ext
|
export NODE_PATH=_build:_build/core:_build/stubs:_build/ext
|
||||||
BUILD=$(test -e _build/core && echo "_build/core" || echo "_build")
|
BUILD=$(test -e _build/core && echo "_build/core" || echo "_build")
|
||||||
node $BUILD/app/server/generateInitialDocSql.js $sql_ts.tmpdoc > $sql_ts.tmp
|
node $BUILD/app/server/generateInitialDocSql.js $sql_ts.tmpdoc > $sql_ts.tmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user