Skip to content

Commit a79f382

Browse files
committed
Add missing commands to circle demo deployment
1 parent 392afcb commit a79f382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ jobs:
7777
- run:
7878
name: Separate docs project
7979
command: |
80-
cp -r packages/react-renderer-demo ~/ && cd ~/react-renderer-demo && yarn
80+
cp -r packages/react-renderer-demo ~/ && cd ~/react-renderer-demo && yarn && yarn add -D eslint && rm -rf dist
8181
- run:
8282
name: Deploy demo
8383
command: |
84-
yarn deploy --token=$FIREBASE_TOKEN
84+
cd ~/react-renderer-demo && yarn deploy --token=$FIREBASE_TOKEN
8585
- save_cache:
8686
key: dependency-cache-{{ checksum "yarn.lock" }}
8787
paths:

0 commit comments

Comments
 (0)