We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110fb06 commit dffd67cCopy full SHA for dffd67c
package.json
@@ -187,7 +187,7 @@
187
"test:lint": "tsc --noEmit",
188
"test:standard": "npm --prefix tools/code-style exec -- eslint .",
189
"cs-fix": "npm --prefix tools/code-style exec -- eslint --fix .",
190
- "api-doc": "run-p --aggregate-output -lc api-doc:*",
+ "api-doc": "run-p --aggregate-output -lc api-doc:\\*",
191
"api-doc:node": "npm --prefix tools/docs-gen exec -- typedoc --options ./typedoc.node.json",
192
"api-doc:web": "npm --prefix tools/docs-gen exec -- typedoc --options ./typedoc.web.json"
193
}
0 commit comments