Skip to content

Commit

Permalink
Merge pull request MoonHighway#27 from MoonHighway/fullcycle
Browse files Browse the repository at this point in the history
Adjusts build process
  • Loading branch information
eveporcello authored Oct 27, 2019
2 parents ff86279 + 57c12c3 commit b865b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ after_script:
- apollo service:check --endpoint http://localhost:4000 --key $ENGINE_API_KEY
after_deploy:
- npm install -g apollo
- npm install babel-node
- apollo service:push
deploy:
provider: heroku
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"license": "MIT",
"scripts": {
"build": "./node_modules/.bin/webpack",
"start": "nodemon --exec babel-node -r node_modules/dotenv/config ./src -e graphql,js"
"start:dev": "nodemon --exec babel-node -r node_modules/dotenv/config ./src -e graphql,js",
"start": "node -r ./node_modules/dotenv/config ./build"
},
"dependencies": {
"apollo-server": "^2.9.6",
Expand Down

0 comments on commit b865b78

Please sign in to comment.