Skip to content

Commit c70e9db

Browse files
authored
Remove npm2yarn in contributing doc page (#515)
2 parents 3e87e12 + b6da32d commit c70e9db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/contributing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ time!
1111

1212
## Development
1313

14-
```sh npm2yarn
15-
npm install
16-
npm run watch
14+
```sh
15+
yarn install
16+
yarn run watch
1717
```
1818

1919
In another terminal:
2020

21-
```sh npm2yarn
21+
```sh
2222
createdb graphile_worker_test
23-
npm test
23+
yarn test
2424
```
2525

2626
### Using Docker to develop this module
@@ -68,6 +68,6 @@ docker run -e POSTGRES_HOST_AUTH_METHOD=trust -d -p 5432:5432 postgres:12
6868

6969
then run
7070

71-
```sh npm2yarn
72-
PGUSER=postgres PGHOST=localhost npm run db:dump
71+
```sh
72+
PGUSER=postgres PGHOST=localhost yarn run db:dump
7373
```

0 commit comments

Comments
 (0)