feat: add sqlite catalog web app
This commit is contained in:
@@ -28,6 +28,7 @@ state_file: ${JSON.stringify(join(dir, 'state.json'))}
|
||||
await exec(binary, ['--help']);
|
||||
await exec('node', [cli, 'init', '--help']);
|
||||
await exec('node', [cli, 'run', '--help']);
|
||||
await exec('node', [cli, 'serve', '--help']);
|
||||
await exec('node', [cli, 'run', '--config', config, '--dry-run'], {
|
||||
env: { ...process.env, NLC_FIXTURE: '1' }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user