Skip to content

Commit

Permalink
Adding experimental heroku setup for CI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Apr 28, 2018
1 parent adf8bac commit 90de58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: npm run heroku
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"author": "Jed Watson",
"license": "MIT",
"scripts": {
"start": "cd packages/test-project && npm start"
"start": "cd packages/test-project && npm start",
"heroku": "npx bolt && npm start"
},
"dependencies": {
"apollo-boost": "^0.1.4",
Expand Down Expand Up @@ -53,8 +54,6 @@
"webpack-dev-middleware": "^3.1.2"
},
"bolt": {
"workspaces": [
"packages/*"
]
"workspaces": ["packages/*"]
}
}

0 comments on commit 90de58d

Please sign in to comment.