We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2521a commit f409666Copy full SHA for f409666
CONTRIBUTING.md
@@ -146,6 +146,13 @@ At a minimum, each package needs:
146
6. An `.npmignore` file
147
7. A `README.md` file that gives a brief description of the intent of the package
148
149
+## Debugging
150
+
151
+For debugging purposes you can use the following knobs:
152
153
+1. Most of `npx ampx` commands take `--debug` parameter. It enables verbose console output.
154
+2. We are using `execa` for spawning child processes. You can set `export NODE_DEBUG=execa` to reveal exact command lines.
155
156
## Licensing
157
158
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
0 commit comments