We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a86e03 commit e151ebeCopy full SHA for e151ebe
package.json
@@ -21,8 +21,8 @@
21
"lint:dev": "npm run eslint && npm run dtslint",
22
"test": "mocha tests --exit",
23
"test:dev": "nodenv --exec mocha tests -- --exit",
24
- "docgen": "docgen -s src -o master.json",
25
- "docgen:custom": "docgen -s src --custom docs/index.yml -o master.json",
+ "docgen": "docgen -s src -o ../docs/master.json",
+ "docgen:custom": "docgen -s src --custom docs/index.yml -o ../docs/master.json",
26
"prepublishOnly": "npm run test:dev && npm run docgen:custom",
27
"dtslint": "dtslint typings"
28
},
0 commit comments