Skip to content

Commit

Permalink
Before deploy create a new build
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Nov 2, 2015
1 parent 8f87be4 commit d03a43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node ./server",
"build": "NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config.production",
"deploy": "gh-pages -d build"
"deploy": "npm run build && gh-pages -d build"
},
"dependencies": {
"codemirror": "^5.8.0",
Expand Down

0 comments on commit d03a43b

Please sign in to comment.