UNPKG

halfcab

Version:

A simple universal JavaScript framework focused on making use of es2015 template strings to build components.

15 lines (14 loc) 354 B
version: 2 jobs: build: working_directory: ~/lorengreenfield/halfcab parallelism: 1 shell: /bin/bash --login docker: - image: circleci/node:10.12.0 command: /sbin/init steps: - checkout - run: export PATH="~/lorengreenfield/halfcab/node_modules/.bin:$PATH" - run: npm install - run: npm run test:coveralls