Skip to content

Commit 90dbaeb

Browse files
committed
rename docs deploy script
1 parent f2b0906 commit 90dbaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint": "eslint lib",
2727
"test": "eslint lib && mocha --slow 5000 --timeout 10000",
2828
"docs": "cd docs && gitbook serve",
29-
"deploy-docs": "bash ./docs/deploy.sh"
29+
"docs:deploy": "bash ./docs/deploy.sh"
3030
},
3131
"dependencies": {
3232
"consolidate": "^0.14.0",

0 commit comments

Comments
 (0)