Skip to content

Commit

Permalink
Remove npm2yarn in contributing doc page (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Dec 3, 2024
2 parents 3e87e12 + b6da32d commit c70e9db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ time!

## Development

```sh npm2yarn
npm install
npm run watch
```sh
yarn install
yarn run watch
```

In another terminal:

```sh npm2yarn
```sh
createdb graphile_worker_test
npm test
yarn test
```

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

then run

```sh npm2yarn
PGUSER=postgres PGHOST=localhost npm run db:dump
```sh
PGUSER=postgres PGHOST=localhost yarn run db:dump
```

0 comments on commit c70e9db

Please sign in to comment.