chore: move node headers generation to electron (#39589)

This commit is contained in:
Cheng Zhao 2023-08-22 18:13:49 +09:00 committed by GitHub
parent c1898c39bf
commit bfa58df7c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 123 additions and 146 deletions

View file

@ -225,7 +225,7 @@ generate build headers for the modules to compile against, run the following
under `src/` directory.
```sh
$ ninja -C out/Testing third_party/electron_node:headers
$ ninja -C out/Testing electron:node_headers
```
You can now [run the tests](testing.md#unit-tests).