Skip to content

Commit

Permalink
Damn Lindows
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaskins committed Feb 22, 2019
1 parent afcd0fb commit b732ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run:
name: Install Dependencies
command: |
cd blog\src
cd blog/src
yarn install --frozen-lockfile
- save_cache:
name: Save Yarn Package Cache
Expand All @@ -32,7 +32,7 @@ jobs:
- run:
name: Build
command: |
cd blog\src
cd blog/src
yarn run build
- run:
name: Copy blog to output folder
Expand Down

0 comments on commit b732ec3

Please sign in to comment.