Commit 7ee5275
Add aliases for running cxx-api scripts (facebook#56145)
Summary:
Pull Request resolved: facebook#56145
Add npm aliases for running python cxx-api snapshot generation script (build and validate):
```sh
python -m scripts.cxx-api.parser // cxx-api-build
python -m scripts.cxx-api.parser --check // cxx-api-validate
```
and also a js1 wrapper for buck equivalent.
Changelog:
[Internal]
Reviewed By: cortinico
Differential Revision: D97132752
fbshipit-source-id: e35d6d037ba3dad2a6b3294d0de9f5041847b33a1 parent c388754 commit 7ee5275
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments