UNPKG

pull-length-prefixed

Version:
16 lines (15 loc) 284 B
version: 2 jobs: build: docker: - image: circleci/node:10-browsers environment: NO_SANDBOX: true steps: - checkout - run: command: npm ci - run: command: npm run lint - run: command: npm run test