diff --git a/.circleci/config.yml b/.circleci/config.yml index 5eb8951..aa2c4bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,4 @@ jobs: # Test - run: name: Test - command: | - touch .env - yarn test + command: yarn test diff --git a/Procfile b/Procfile index 60ceaff..72d8d61 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: touch .env && yarn run watch +worker: yarn install && yarn run watch