Skip to content

Commit

Permalink
chore: fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed May 13, 2019
1 parent 3bafe5d commit a8f7ca8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ workflows:
- node8
- node6
jobs:
local-test:
local:
docker:
- image: circleci/node:11
steps:
Expand Down Expand Up @@ -108,11 +108,5 @@ jobs:
- checkout
- attach_workspace:
at: '.'
- run:
name: update greenkeeper lockfile
command: ./node_modules/.bin/greenkeeper-lockfile-update
- run: npm run build
- run:
name: upload greenkeeper lockfile
command: ./node_modules/.bin/greenkeeper-lockfile-upload
- run: npx semantic-release

0 comments on commit a8f7ca8

Please sign in to comment.