Skip to content

Commit 4552176

Browse files
committed
chore(docs): remove unsupported verbose flags from build
1 parent 1fbbd6e commit 4552176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/foo-api-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript"
2020
],
2121
"scripts": {
22-
"build": "NODE_OPTIONS=--openssl-legacy-provider docusaurus build --trace-warnings --verbose",
22+
"build": "NODE_OPTIONS=--openssl-legacy-provider docusaurus build",
2323
"clean": "rimraf build",
2424
"clear": "docusaurus clear",
2525
"compress-files": "set -x; compress-files --directory ./build",

0 commit comments

Comments
 (0)