Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
golota60 committed Mar 29, 2022
1 parent 52ea088 commit 0a57ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ We're using yarn instead of npm, so make sure you've got it installed.
To release:

1. Checkout a new branch `git checkout -b chore/release`
2. Run `yarn publish`. Push changes.
2. Run `yarn release` and then `yarn publish`. Push changes.
3. Merge the release branch
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"jest": "jest tests",
"test": "yarn start && yarn lint && yarn jest",
"prepare": "husky install",
"prepublishOnly": "standard-version && git push --tags && yarn && yarn build"
"prepublishOnly": "git push --tags && yarn && yarn build",
"release": "standard-version"
},
"hooks": {
"pre-commit": "lint-staged"
Expand All @@ -43,7 +44,7 @@
"*": "yarn test"
},
"bin": {
"yayfetch": "./libyayfetch.js"
"yayfetch": "./lib/yayfetch.js"
},
"dependencies": {
"chalk": "^2.4.2",
Expand Down

0 comments on commit 0a57ff5

Please sign in to comment.