You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Generated source code is not formatted to make it easier to spot changes when re
29
29
30
30
If you want to modify the generated files, open the [CodeGeneration](CodeGeneration) package and run the `generate-swift-syntax` executable.
31
31
32
+
Alternatively, you can generate the files from the command line by running the following command from the swift-syntax directory
33
+
34
+
```bash
35
+
swift run --package-path CodeGeneration
36
+
```
37
+
32
38
## Authoring commits
33
39
34
40
Prefer to squash the commits of your PR (*pull request*) and avoid adding commits like “Address review comments”. This creates a clearer git history, which doesn’t need to record the history of how the PR evolved.
0 commit comments