pub to gh-pages
Showing
| ... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ | 
| "build": "roadhog build", | "build": "roadhog build", | ||
| "lint": "eslint --ext .js src test mock", | "lint": "eslint --ext .js src test mock", | ||
| "test": "npm run lint", | "test": "npm run lint", | ||
| "precommit": "npm run lint" | "precommit": "npm run lint", | ||
| "site": "npm run build && gh-pages -d dist" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "antd": "next", | "antd": "next", | ||
| ... | @@ -35,6 +36,7 @@ | ... | @@ -35,6 +36,7 @@ | 
| "eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
| "eslint-plugin-jsx-a11y": "^5.0.1", | "eslint-plugin-jsx-a11y": "^5.0.1", | ||
| "eslint-plugin-react": "^7.0.1", | "eslint-plugin-react": "^7.0.1", | ||
| "gh-pages": "^1.0.0", | |||
| "husky": "^0.13.4", | "husky": "^0.13.4", | ||
| "mockjs": "^1.0.1-beta3", | "mockjs": "^1.0.1-beta3", | ||
| "redbox-react": "^1.3.2", | "redbox-react": "^1.3.2", | ||
| ... | ... | 
Please register or sign in to comment