UNPKG

express-gateway-plugin-body-modifier-example

Version:
18 lines (17 loc) 364 B
version: 2 jobs: build: docker: - image: 'circleci/node:latest' steps: - checkout - run: name: install command: npm install - run: command: node ./test/server.js background: true - run: npm test - run: name: release command: npm run semantic-release || true