Skip to content

Commit

Permalink
chore: update contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-paperspace committed Jan 5, 2023
1 parent 6b1907d commit 568c7df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ pnpm install
- `"run"`: Run the CLI in development mode e.g.
`deno task run [command] [--options]`

## Testing a binary

1. Compile the binaries e.g.

```sh
deno task compile
```

2. Run a command

```sh
bin/macos-arm/pspace --help
```

## Writing GraphQL documents

GraphQL documents can be contributed in
Expand Down

0 comments on commit 568c7df

Please sign in to comment.