Skip to content

Commit

Permalink
chore[skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bxb100 committed Jun 23, 2024
1 parent ccccc93 commit d47da03
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bindings/nodejs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ To verify that everything is working properly, run `pnpm --version`:
8.11.0
```

### Using [devbox](https://www.jetify.com/devbox/docs/)

Launch Development Environment

```shell
devbox shell
```

Contains the following tools:

- `node`: `18`
- `pnpm`: `8.14.0`
- `libiconv`: fix nix `ld` missing issue

[Running Scripts](https://www.jetify.com/devbox/docs/guides/scripts/)

- `devbox run format`
- `devbox run test`
- `devbox run build`
- `devbox run dev`

## Build

```bash
Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"shell": {
"init_hook": ["pnpm install"],
"scripts": {
"format": "pnpm format && cargo fmt",
"test": "pnpm test",
"build": "pnpm build",
"dev": "pnpm build:debug"
Expand Down

0 comments on commit d47da03

Please sign in to comment.