We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3731d69 commit 0f8cf3bCopy full SHA for 0f8cf3b
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
# fallback to using the latest cache if no exact match is found
27
- v1-dependencies-
28
29
- - run: yarn install
+ - run: yarn install && cd docs && yarn install
30
31
- save_cache:
32
paths:
docs/client/index.js
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
-import { BrowserRouter as Router, Route } from 'react-router-dom';
+import { BrowserRouter as Router } from 'react-router-dom';
4
5
import App from './App';
6
0 commit comments