Skip to content

Commit

Permalink
fix(circle ci): new cache with dummy change in code
Browse files Browse the repository at this point in the history
  • Loading branch information
cabutler10 committed Jul 5, 2019
1 parent 7866419 commit 411b1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- attach_workspace:
at: ~/project
- node/with-cache:
cache-version: v2
cache-version: v4
steps:
- run:
name: Yarn install
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import TabsPage from './elements/tabs/TabsPage';
import NotificationPage from './elements/notification/NotificationPage';
import PaginationPage from './elements/pagination/PaginationPage';
import './base_bundle_entry.scss';
import './svgxuse.min.js'; // ie 9 fallback for sprites
import './svgxuse.min.js'; // ie 9 fallback for svg sprites

function App() {
const [content, setContent] = useState('welcome');
Expand Down

0 comments on commit 411b1ff

Please sign in to comment.