Fix generation of NodeJS API documentation

NodeJS API docs are out of sync with NodeJS C++ wrapper documentation
due to the doc build breaking back in #4043.

The commit fixes the Node dev dependencies such that `npm run docs`
works again and re-enables the check in CI.
This commit is contained in:
Michael Bell
2021-06-18 00:05:08 +01:00
parent 04c2167c2d
commit 1e70b645e4
7 changed files with 7677 additions and 5955 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
{
"plugins": ["transform-class-properties"],
"presets": [
"stage-0",
"es2015",
"react"
"@babel/preset-env",
"@babel/preset-react"
]
}