UNPKG

@andre_garvin/pipe

Version:
12 lines 258 B
version: 2 jobs: build: docker: - image: circleci/node:8 steps: - checkout - run: name: npm i & npm test command: | npm i npm test