Skip to content

Commit

Permalink
Add debug section to contributing guide. (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk authored Dec 9, 2024
1 parent 1a2521a commit f409666
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ At a minimum, each package needs:
6. An `.npmignore` file
7. A `README.md` file that gives a brief description of the intent of the package

## Debugging

For debugging purposes you can use the following knobs:

1. Most of `npx ampx` commands take `--debug` parameter. It enables verbose console output.
2. We are using `execa` for spawning child processes. You can set `export NODE_DEBUG=execa` to reveal exact command lines.

## Licensing

See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

0 comments on commit f409666

Please sign in to comment.