Skip to content

Commit

Permalink
Merge pull request #16 from uniquelyparticular/feat/dependencyUpdates
Browse files Browse the repository at this point in the history
release: update version deps, fix YAML, debug feature release
  • Loading branch information
agrohs authored Aug 11, 2019
2 parents 98993a6 + e861c8a commit aaca6e5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 10,898 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- save_cache:
paths:
- node_modules
key: shopify-request-{{ checksum "package.json" }}
key: zendesk-magento-m1-request-{{ checksum "package.json" }}
test:
docker:
- image: 'circleci/node:lts'
steps:
- checkout
- restore_cache:
keys:
- shopify-request-{{ checksum "package.json" }}
- zendesk-magento-m1-request-{{ checksum "package.json" }}
- run: yarn build
- run: yarn test
release:
Expand All @@ -28,7 +28,7 @@ jobs:
- checkout
- restore_cache:
keys:
- shopify-request-{{ checksum "package.json" }}
- zendesk-magento-m1-request-{{ checksum "package.json" }}
- run: yarn build
- run: npx semantic-release
workflows:
Expand Down
Loading

0 comments on commit aaca6e5

Please sign in to comment.