UNPKG

@observablehq/notebook-inspector

Version:

[![CircleCI](https://circleci.com/gh/observablehq/notebook-inspector/tree/master.svg?style=svg)](https://circleci.com/gh/observablehq/notebook-inspector/tree/master)

14 lines (13 loc) 267 B
version: 2 jobs: build: docker: - image: circleci/node:10.14 steps: - checkout - run: name: install command: yarn --frozen-lockfile --network-concurrency 1 - run: name: test command: yarn test