UNPKG

rallf-js-sdk

Version:

Toolset to create Tasks for RALLF

25 lines (24 loc) 606 B
version: 2 jobs: build: working_directory: ~/mern-starter docker: - image: circleci/node:10.15.0 - image: mongo:3.4.4 steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@5' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: install-npm-wee command: npm install - save_cache: key: dependency-cache-{{ checksum "package.json" }} paths: - ./node_modules - run: name: test command: npm test