update comment

This commit is contained in:
Paul Fitzpatrick 2023-01-17 15:59:09 -05:00
parent e5e44c786a
commit 1b6b56bea1

View File

@ -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');