Welcome to Evently

Lorem ipsum proin gravida nibh vel veali quetean sollic lorem quis bibendum nibh vel velit.

Evently

Stay Connected & Follow us

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

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

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

Littlecib Ts Fixed -

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