UNPKG

wayscript-legacy

Version:

WayScript gives you flexible building blocks to seamlessly integrate, automate and host tools in the cloud.

18 lines (17 loc) 369 B
version: 2.1 jobs: build: docker: - image: circleci/node:current working_directory: ~/wayscript-js steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@latest' - run: name: install-npm command: npm install - run: name: test command: npm test