Skip to content

Commit c7b6f5a

Browse files
committed
Switch to yarn
1 parent 084c3b2 commit c7b6f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,6 @@ postgraphile(pgConfig, schema, {
439439

440440
To establish a test environment, create an empty Postgres database (e.g. `graphile_build_test`) and set a `TEST_DATABASE_URL` environment variable with your connection string (e.g. `postgres://localhost:5432/graphile_build_test`). Ensure that `psql` is installed locally and then run:
441441
``` bash
442-
npm install
443-
npm test
442+
yarn
443+
npm run test
444444
```

0 commit comments

Comments
 (0)