diff --git a/package.json b/package.json index d8b4b2691c3f85c989000fdce858bf9ac08acf7d..6c983ed35db6f5adaf80738a55f8e03b5739f506 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint": "eslint --ext .js src test mock", "test": "npm run lint", "precommit": "npm run lint", - "site": "npm run build && gh-pages -d dist" + "site": "roadhog-api-doc static" }, "dependencies": { "antd": "next", @@ -41,6 +41,6 @@ "mockjs": "^1.0.1-beta3", "redbox-react": "^1.3.2", "roadhog": "^1.0.2", - "roadhog-api-doc": "^0.1.0" + "roadhog-api-doc": "^0.1.4" } }