Skip to content

Commit 931a174

Browse files
committed
Add build to build deploy step
1 parent 859e636 commit 931a174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
- *restore_git_cache
158158
- checkout
159159
- *restore_npm_cache
160+
- *restore_build_cache
160161
- run: |
161162
git config --global user.email $(git log --pretty=format:"%ae" -n1)
162163
git config --global user.name $(git log --pretty=format:"%an" -n1)

0 commit comments

Comments
 (0)