diff --git a/circle.yml b/.circleci/config.yml similarity index 67% rename from circle.yml rename to .circleci/config.yml index 2a0ad6504..f0196e480 100644 --- a/circle.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/node:8.9 + - image: circleci/node:8.11 working_directory: ~/react-chart-editor @@ -13,8 +13,11 @@ jobs: keys: - v1-dependencies-{{ checksum "package.json" }} - v1-dependencies- - + - run: sudo apt-get update -y + - run: sudo apt-get install xserver-xorg-dev libxi-dev libxext-dev -y - run: npm install + - run: npm install --save-dev @percy/react + - run: npm rebuild node-sass - save_cache: paths: diff --git a/.gitignore b/.gitignore index 716f439b9..0c257dd3f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,13 +6,14 @@ npm-debug.log* .* !.gitignore !.gitattributes +!.circleci !.npmignore !.eslintrc !.eslintignore example/dist -lib +# lib !src/lib accessTokens.js diff --git a/dev/App.js b/dev/App.js index 1cce7eb11..59cc3b7fd 100644 --- a/dev/App.js +++ b/dev/App.js @@ -184,27 +184,9 @@ class App extends Component { // makeDefaultTrace={() => ({type: 'scattergl', mode: 'markers'})} // fontOptions={[{label:'Arial', value: 'arial'}]} // chartHelp={chartHelp} + // menuPanelOrder={menuPanelOrder} > - +