We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc2467 commit 0d080f9Copy full SHA for 0d080f9
package.json
@@ -8,7 +8,7 @@
8
"start": "webpack-dev-server",
9
"clean": "rm -rf dist",
10
"build": "npm run clean && webpack",
11
- "deploy": "npm run build && gh-pages -d dist"
+ "deploy": "npm run build && gh-pages -d dist -m \"Updates --skip-ci\""
12
},
13
"repository": {
14
"type": "git",
@@ -28,6 +28,7 @@
28
"ejs": "^2.3.1",
29
"extract-text-webpack-plugin": "^0.8.1",
30
"file-loader": "^0.8.4",
31
+ "gh-pages": "git://github.com/markdalgleish/gh-pages#cli-message",
32
"node-libs-browser": "^0.5.0",
33
"postcss-color-rebeccapurple": "^1.1.0",
34
"postcss-loader": "^0.4.3",
0 commit comments