Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Fix CircleCI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kelly authored and Thomas Kelly committed Oct 30, 2017
1 parent e5ba335 commit ee5b9d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
keys:
- slate-cli-cache-{{ checksum "./packages/slate-cli/package-lock.json" }}
- slate-cli-cache
- run:
name: Bootstrap packages
command: npm run bootstrap
- run:
name: Create slate-theme.zip
command: cd packages/slate-theme && ./node_modules/.bin/slate zip
Expand Down

0 comments on commit ee5b9d9

Please sign in to comment.