Runs ESLint against the repository root. You can pass in any ESLint options such as --fix
. Try yarn lint --help
to find out more.
Builds the project using Webpack via Serverless. This is ran implicitly when deploying. You can pass options through to the Serverless Webpack plug-in as desired.
This project uses:
- Typescript
- Serverless
- Babel
- ESLint
- Prettier