Skip to content

Commit

Permalink
Fix README and try to block automated README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msakrejda committed May 23, 2020
1 parent 617fac3 commit 5e27f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Like heroku pg:psql but for any Postgres database
# Usage
<!-- usage -->
```sh-session
$ yarn add --global heroku-plugin-psql
$ heroku plugins:install heroku-plugin-psql
$ heroku psql --app example-app
--> Connecting to DATABASE_URL
DATABASE=> help
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"posttest": "eslint . --ext .ts --config .eslintrc",
"tidy": "eslint . --ext .ts --config .eslintrc --fix",
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
"test": "nyc --extension .ts mocha --forbid-only \"src/**/*.test.ts\""
"test": "nyc --extension .ts mocha --forbid-only \"src/**/*.test.ts\"",
"version": "true"
}
}

0 comments on commit 5e27f82

Please sign in to comment.