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 cdc4b54 commit 0c21618Copy full SHA for 0c21618
CONTRIBUTING.md
@@ -35,6 +35,18 @@ You can now hack in the cloned repository of `client-generator`. If you want to
35
36
### Testing your changes
37
38
+To test your changes, generate a client in a `pwa` directory of an api-platform distribution:
39
+
40
+```console
41
+$ git clean -df && NODE_TLS_REJECT_UNAUTHORIZED=0 <absolutePathOfYourClonedRepo>/lib/index.js https://localhost/ .
42
+```
43
44
+and see the `pwa` logs:
45
46
47
+$ docker-compose logs -f pwa
48
49
50
Before sending a Pull Request, make sure the tests pass correctly:
51
52
```console
0 commit comments