Skip to content

Commit 3c27392

Browse files
authored
Merge pull request #3 from kylerush/update-deps
Update dependencies.
2 parents ab4008d + 44916b7 commit 3c27392

File tree

5 files changed

+414
-192
lines changed

5 files changed

+414
-192
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm ci
3333

3434
- name: Setup database
35-
run: node test/db-setup.js
35+
run: npm run migrate
3636

3737
- name: Format
3838
run: npm run format

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ try {
112112

113113
First, start postgres with:
114114

115-
```
116-
$ npm run postgres
115+
```sh
116+
npm run postgres
117117
```
118118

119-
Then run the database migration
119+
Then run the database migration:
120120

121-
```
122-
npm run postgres:migrate:up
121+
```sh
122+
npm run migrate
123123
```

0 commit comments

Comments
 (0)