We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e87e12 + b6da32d commit c70e9dbCopy full SHA for c70e9db
website/docs/contributing.md
@@ -11,16 +11,16 @@ time!
11
12
## Development
13
14
-```sh npm2yarn
15
-npm install
16
-npm run watch
+```sh
+yarn install
+yarn run watch
17
```
18
19
In another terminal:
20
21
22
createdb graphile_worker_test
23
-npm test
+yarn test
24
25
26
### Using Docker to develop this module
@@ -68,6 +68,6 @@ docker run -e POSTGRES_HOST_AUTH_METHOD=trust -d -p 5432:5432 postgres:12
68
69
then run
70
71
72
-PGUSER=postgres PGHOST=localhost npm run db:dump
+PGUSER=postgres PGHOST=localhost yarn run db:dump
73
0 commit comments