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 f2b0906 commit 90dbaebCopy full SHA for 90dbaeb
package.json
@@ -26,7 +26,7 @@
26
"lint": "eslint lib",
27
"test": "eslint lib && mocha --slow 5000 --timeout 10000",
28
"docs": "cd docs && gitbook serve",
29
- "deploy-docs": "bash ./docs/deploy.sh"
+ "docs:deploy": "bash ./docs/deploy.sh"
30
},
31
"dependencies": {
32
"consolidate": "^0.14.0",
0 commit comments