Skip to content

Commit

Permalink
npm run migrate command added to step
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkit committed Feb 1, 2018
1 parent a15ab32 commit 556e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeship-steps.yml
Expand Up @@ -5,7 +5,7 @@
command: npm run lint
- name: tests
service: web-codeship-example-node
command: npm test -- --forceExit
command: /bin/sh -c "npm run migrate && npm test -- --forceExit" # bash wrapper not required unless passing along env variables or combining commands
- name: deploy
tag: master
service: codeship-heroku-deployment
Expand Down

0 comments on commit 556e856

Please sign in to comment.