mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
update comment
This commit is contained in:
parent
e5e44c786a
commit
1b6b56bea1
@ -21,7 +21,7 @@ describe('generateInitialDocSql', function() {
|
||||
tmpDir = await createTmpDir();
|
||||
});
|
||||
|
||||
it('confirms schema and sql files are up to date (run "./build schema" on failure)', async function() {
|
||||
it('confirms schema and sql files are up to date (run "yarn run generate:schema:ts" on failure)', async function() {
|
||||
let root = getAppRoot();
|
||||
if (await fse.pathExists(path.join(root, 'core'))) {
|
||||
root = path.join(root, 'core');
|
||||
|
Loading…
Reference in New Issue
Block a user