Create a calendar of Lyon Tech Hub communities on https://gnuk.gitlab.io/lyon-tech-hub-calendar/calendar.ics
- Node LTS
To watch tests:
npm testTo watch tests with coverage:
npm run test:coverageTo run tests in continuous integration:
npm run test:ciTo check format:
npm run formatTo fix format:
npm run format:fixTo check lint:
npm run lintTo fix lint:
npm run lint:fix