halfcab
Version:
A simple universal JavaScript framework focused on making use of es2015 template strings to build components.
14 lines (13 loc) • 324 B
YAML
version: 2
jobs:
build:
working_directory: ~/lorengreenfield/halfcab
parallelism: 1
shell: /bin/bash --login
docker:
- image: cimg/node:18.18.0
steps:
- checkout
- run: export PATH="~/lorengreenfield/halfcab/node_modules/.bin:$PATH"
- run: npm install
- run: npm run test:coveralls