UNPKG

genel

Version:

Tagged template literal utility for generating html elements.

17 lines (16 loc) 345 B
version: 2 jobs: build: docker: - image: circleci/node:10 steps: - checkout - restore_cache: keys: - v1-npm-{{ checksum "package.json" }} - run: npm i - save_cache: paths: - node_modules key: v1-npm-{{ checksum "package.json" }} - run: npm test