Skip to content

Commit 0f8cf3b

Browse files
committed
added fix for ci re install
1 parent 3731d69 commit 0f8cf3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29-
- run: yarn install
29+
- run: yarn install && cd docs && yarn install
3030

3131
- save_cache:
3232
paths:

docs/client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import { BrowserRouter as Router, Route } from 'react-router-dom';
3+
import { BrowserRouter as Router } from 'react-router-dom';
44

55
import App from './App';
66

0 commit comments

Comments
 (0)