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 ad6cf3b commit 4d64fc3Copy full SHA for 4d64fc3
package.json
@@ -22,7 +22,6 @@
22
"test": "npx mocha tests --exit",
23
"docgen": "npx docgen -s src -o ../docs/master.json",
24
"docgen:custom": "npx docgen -s src --custom docs/index.yml -o ../docs/master.json",
25
- "prepublishOnly": "npm run test:dev && npm run docgen:custom",
26
"dtslint": "npx dtslint typings",
27
"prettier": "npx prettier --write src/ typings/",
28
"prettier:check": "npx prettier --check src/ typings/"
0 commit comments