Skip to content

Commit 2ee3406

Browse files
committed
fix npm docgen command
1 parent a933403 commit 2ee3406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xrpl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"analyze": "webpack --analyze",
5959
"watch": "run-s build:lib --watch",
6060
"clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
61-
"docgen": "tsc --build tsconfig.docs.json && typedoc && echo js.xrpl.org >> ../../docs/CNAME",
61+
"docgen": "typedoc && echo js.xrpl.org >> ../../docs/CNAME",
6262
"prepare": "copyfiles ../../README.md xrpl/README.md",
6363
"prepublish": "run-s clean build",
6464
"test": "jest --config=jest.config.unit.js --verbose false --silent=false",

0 commit comments

Comments
 (0)