fix(techdocs-cli): use techdocs-cli instead of techdocs

This commit is contained in:
Emma Indal
2020-07-21 11:56:35 +02:00
parent 728f201c41
commit 0169c34693
+1 -1
View File
@@ -25,7 +25,7 @@
"start": "nodemon --"
},
"bin": {
"techdocs": "bin/techdocs-cli"
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@spotify/eslint-config": "^7.0.0",