Littlecib Ts May 2026

pipeline.addStep(step('Run linter', async () => { await run('npm run lint'); }));

pipeline.addStep(step('Install dependencies', async () => { await run('npm ci'); })); littlecib ts

pipeline.addStep(step('Run tests', async () => { await run('npm test'); })); pipeline

Looks like your connection to J-Novel Club Forums was lost, please wait while we try to reconnect.