UNPKG

find-plugins

Version:

Add plugin functionality to your tool - search for installed node_modules by keyword or other criteria.

14 lines (13 loc) 261 B
version: 2 jobs: build: docker: - image: 'circleci/node:latest' steps: - checkout - run: name: install command: npm install - run: name: release command: npm run semantic-release || true