Skip to content

Commit dc30a6d

Browse files
committed
chore(*): buildExport with removal of params
1 parent ee98775 commit dc30a6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ function typedocBuildExportFn(cb) {
188188
TYPEDOC.PROJECT_PATH,
189189
"--generate-json",
190190
TYPEDOC.EXPORT_JSON_PATH,
191-
"--tags",
192-
"--params",
193191
"--tsconfig",
194192
path.join(__dirname, "tsconfig.typedoc.json")],
195193
{ stdio: 'inherit', shell: true });

0 commit comments

Comments
 (0)