Skip to content

Commit

Permalink
dotenv workaround (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmarcondes authored Jan 13, 2020
1 parent 3daf0b7 commit 5ad97e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
steps:
- attach_workspace:
at: .
- run:
name: dotenv workaround
command: touch .env
- run:
name: Build Nuxt App
command: yarn run build
Expand All @@ -56,6 +59,9 @@ jobs:
steps:
- attach_workspace:
at: .
- run:
name: dotenv workaround
command: touch .env
- run:
name: Build Nuxt App
command: yarn run build
Expand Down

0 comments on commit 5ad97e4

Please sign in to comment.