PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
find-plugins
/
.circleci
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
[+]
..
[-] config.yml
[edit]