diff --git a/package.json b/package.json index 24370ef939a..ee39fb489ec 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "build-types": "node ./scripts/js-api/build-types", "clang-format": "clang-format -i --glob=*/**/*.{h,cpp,m,mm}", "clean": "node ./scripts/build/clean.js", + "cxx-api-build": "python -m scripts.cxx-api.parser", + "cxx-api-validate": "python -m scripts.cxx-api.parser --check", "flow-check": "flow check", "flow": "flow", "format-check": "prettier --list-different \"./**/*.{js,md,yml,ts,tsx}\"",