version: 2
jobs:
build:
docker:
- image: circleci/node
steps:
- checkout
- run: npm install
- run: npm run lint
- run: npm run build
workflows:
- build