Commit ebe79652 authored by nikogu's avatar nikogu

fixed site script

parent aa75b440
......@@ -8,7 +8,7 @@
"start": "roadhog server",
"start:no-proxy": "NO_PROXY=true roadhog server",
"build": "roadhog build",
"site": "roadhog-api-doc static",
"site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "roadhog build --analyze",
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint": "eslint --ext .js src mock tests && npm run lint:style",
......@@ -38,7 +38,8 @@
"react-container-query": "^0.9.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.0.0",
"react-fittext": "^1.0.0"
"react-fittext": "^1.0.0",
"roadhog-api-doc": "^0.2.5"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment