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 test
To watch tests with coverage:
npm run test:coverage
To run tests in continuous integration:
npm run test:ci
To check format:
npm run format
To fix format:
npm run format:fix
To check lint:
npm run lint
To fix lint:
npm run lint:fix