Skip to content

Commit

Permalink
Auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GitaiQAQ committed Feb 8, 2017
1 parent 09cdefe commit 279c1d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ webpack(webpackConfig, function (err, stats) {
chunkModules: false
}) + '\n')
})

return 0;
4 changes: 4 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ module.exports = {
productionGzip: false,
productionGzipExtensions: ['js', 'css']
},
deploy: {
repo: 'https://github.com/GitaiQAQ/HyaReader.git',
branch: 'gh-pages'
},
dev: {
env: require('./dev.env'),
port: 8080,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"deploy": "node build/deploy.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
Expand Down

0 comments on commit 279c1d8

Please sign in to comment.