update comment

pull/403/head
Paul Fitzpatrick 1 year ago
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…
Cancel
Save