Skip to content

Commit 17cda8d

Browse files
committed
refactor: refactor docs builder
1 parent 688798d commit 17cda8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/package/docs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export default class Docs {
215215

216216
data = JSON.parse( data );
217217

218-
// XXX
219218
fs.rmSync( this.locationPath + "/api", { "force": true, "recursive": true } );
220219
fs.rmSync( this.locationPath + "/rpc", { "force": true, "recursive": true } );
221220

0 commit comments

Comments
 (0)