Skip to content

Commit 069a108

Browse files
committed
fix: workflows and readme
1 parent b566fb9 commit 069a108

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run final tests
2424
# npm run test is excluded here intentionally
25-
run: npm run eslint && npm run prettier
25+
run: npm run lint && npm run prettier
2626

2727
- name: Deprecate old versions
2828
run: npm deprecate quickpostgres@"~$(jq --raw-output '.version' package.json)" "no longer supported" || true

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Run final tests
2828
# npm run test is excluded here intentionally
29-
run: npm run eslint && npm run prettier
29+
run: npm run lint && npm run prettier
3030

3131
- name: Version package
3232
run: npm version ${{ github.event.release.tag_name }}

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ An easy, beginner-friendly [PostgreSQL](https://www.postgresql.org/) database wr
44

55
## Installation
66

7-
<!-- You can easily install quickpostgres using your preferred package manager.
7+
You can easily install quickpostgres using your preferred package manager.
88

99
```bash
1010
npm install quickpostgres
1111
# or
1212
yarn add quickpostgres
1313
# or
1414
pnpm add quickpostgres
15-
``` -->
16-
17-
Not yet published.
15+
```
1816

1917
## Requirements
2018

0 commit comments

Comments
 (0)