Skip to content

Commit a023b75

Browse files
build server and then deploy
1 parent feef350 commit a023b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commands:
2121
key: yarn-packages-{{ checksum "yarn.lock" }}
2222
paths:
2323
- ~/.cache/yarn
24-
- run: yarn deploy
24+
- run: yarn server build && yarn deploy
2525

2626

2727
jobs:

0 commit comments

Comments
 (0)