Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix: release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 23, 2018
1 parent 9028df4 commit 6d5b06e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- add_ssh_keys
- checkout
- restore_cache: *restore_cache
- run: yarn global add @oclif/semantic-release@2 semantic-release@15
- run: yarn global add @oclif/semantic-release@3 semantic-release@15
- run: yarn --frozen-lockfile
- run: |
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"env": "mocha"
},
"files": [
".oclif.manifest.json",
"lib",
"index.js",
"commands"
"/oclif.manifest.json",
"/lib",
"/index.js",
"/commands"
],
"homepage": "https://github.com/heroku/heroku-run",
"keywords": [
Expand All @@ -58,8 +58,8 @@
"url": "https://github.com/heroku/heroku-run.git"
},
"scripts": {
"postpublish": "rm .oclif.manifest.json",
"prepublishOnly": "oclif-dev manifest",
"postpack": "rm oclif.manifest.json",
"prepack": "oclif-dev manifest",
"test": "mocha",
"posttest": "standard",
"version": "oclif-dev readme && git add README.md"
Expand Down

0 comments on commit 6d5b06e

Please sign in to comment.