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 2a61a53 commit 9c89058Copy full SHA for 9c89058
package.json
@@ -23,7 +23,7 @@
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",
26
- "prepublishOnly": "npm run test && npm run docgen",
+ "prepublishOnly": "npm run test:dev && npm run docgen",
27
"dtslint": "dtslint typings"
28
},
29
"engines": {
0 commit comments