diff --git a/package.json b/package.json index 0b27854..391da6c 100644 --- a/package.json +++ b/package.json @@ -64,14 +64,14 @@ }, "scripts": { "build": "webpack --config webpack.config.js", - "deploy": "jsdoc -c jsdoc.json && gh-pages --dist docs --dest docs", + "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "prepublishOnly": "npm run build", "lint": "eslint ./src", "testem": "testem", "test": "nyc --reporter=html --reporter=text ava", "test:watch": "ava --watch", "coverage": "nyc report --reporter=text-lcov | coveralls", - "docs": "jsdoc -c jsdoc.json" + "generate-docs": "jsdoc -c jsdoc.json" }, "license": "MIT" }