Add docs script to package.json

This commit is contained in:
mmcwilliams 2019-02-22 17:56:47 -05:00
parent 54ab121e89
commit 8ebdbf9f6f
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"start": "./node_modules/.bin/electron main.js",
"dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d",
"install": "./node_modules/.bin/electron-rebuild",
"test": "./node_modules/.bin/qunit test/index.js"
"test": "./node_modules/.bin/qunit test/index.js",
"docs" : "sh ./scripts/docs.sh"
},
"repository": {
"type": "git",