We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc712e commit 6fcf62dCopy full SHA for 6fcf62d
package.json
@@ -7,7 +7,7 @@
7
"build": "webpack --config webpack.build.js --bail -p",
8
"dev": "webpack & webpack-dev-server --config webpack.config.js --history-api-fallback --hot --inline --progress",
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "deploy": "gh-pages -d dist"
+ "deploy": "npm run build && gh-pages -d dist"
11
},
12
"private": true,
13
"dependencies": {
@@ -41,7 +41,7 @@
41
"eslint-plugin-jsx-a11y": "^1.4.2",
42
"eslint-plugin-react": "^5.1.1",
43
"file-loader": "^0.8.5",
44
- "gh-pages": "^0.11.0",
+ "gh-pages": "^0.11.0",
45
"html-webpack-plugin": "^2.20.0",
46
"json-loader": "^0.5.4",
47
"react-hot-loader": "^1.3.0",
0 commit comments