Skip to content

Commit 5e2c54a

Browse files
committed
Update script with yarn
1 parent a60cb45 commit 5e2c54a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.heroku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
languages:
33
- nodejs
44
pre:
5-
- npm run migrate
5+
- yarn migrate
66
post:
77
- echo 'app installed'
88
run:

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ before_script:
55
- yarn
66
- yarn migrate:test
77
script: yarn test
8+
after_script:
9+
- yarn migrate:test:undo
810
cache:
911
yarn: true
1012
directories:

0 commit comments

Comments
 (0)