Skip to content

Commit c851fda

Browse files
committed
chore(docs): add trace-warnings and verbose to build for easier CI debug
1 parent d47375f commit c851fda

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",
22+
"build": "NODE_OPTIONS=--openssl-legacy-provider docusaurus build --trace-warnings --verbose",
2323
"clean": "rimraf build",
2424
"clear": "docusaurus clear",
2525
"compress-files": "compress-files --directory ./build",

0 commit comments

Comments
 (0)