Skip to content

Commit dffd67c

Browse files
committed
feat: license file gathering
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 110fb06 commit dffd67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"test:lint": "tsc --noEmit",
188188
"test:standard": "npm --prefix tools/code-style exec -- eslint .",
189189
"cs-fix": "npm --prefix tools/code-style exec -- eslint --fix .",
190-
"api-doc": "run-p --aggregate-output -lc api-doc:*",
190+
"api-doc": "run-p --aggregate-output -lc api-doc:\\*",
191191
"api-doc:node": "npm --prefix tools/docs-gen exec -- typedoc --options ./typedoc.node.json",
192192
"api-doc:web": "npm --prefix tools/docs-gen exec -- typedoc --options ./typedoc.web.json"
193193
}

0 commit comments

Comments
 (0)