Skip to content

Commit

Permalink
😍 Reflect env-cmd change
Browse files Browse the repository at this point in the history
  • Loading branch information
re-fort committed Sep 24, 2017
1 parent 853d095 commit f132d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ jobs:
# Test
- run:
name: Test
command: |
touch .env
yarn test
command: yarn test
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: touch .env && yarn run watch
worker: yarn install && yarn run watch

0 comments on commit f132d90

Please sign in to comment.