diff --git a/.circleci/config.yml b/.circleci/config.yml index d703cf7d46..65eec95adf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,10 @@ jobs: root: . paths: - 'dist' + - 'esnext' + - 'peer' + - 'standalone' + - 'styles' examples: executor: node @@ -113,7 +117,7 @@ jobs: - run: name: Publish GitHub Pages command: | - npx gh-pages --dist . --message "chore: update to $(git rev-parse HEAD) [ci skip]" --repo "$(node -e 'process.stdout.write(require("./package.json").repository.url)')" --src '{{coverage,dist,docs,examples}/**/*,LICENSE*,*.{html,md}}' + npx gh-pages --dist . --message "chore: update to $(git rev-parse HEAD) [ci skip]" --repo "$(node -e 'process.stdout.write(require("./package.json").repository.url)')" --src '{{coverage,dist,docs,esnext,examples,peer,standalone,styles,types}/**/*,LICENSE*,*.{html,md}}' release: executor: node diff --git a/.gitignore b/.gitignore index 44c5e70789..362a2afcc8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,12 +14,16 @@ npm-debug.log .*.sw[op] .commits.tmp .nyc_output/ +/coverage/ +/dist/ +/esnext/ /examples/graph2d-generated/ /examples/graph2d/examples.css /examples/graph2d/index.html /examples/timeline-generated/ /examples/timeline/examples.css /examples/timeline/index.html -coverage/ -dist/ -gen/ +/gen/ +/peer/ +/standalone/ +/styles/ diff --git a/README.md b/README.md index 0c14eda76d..3f6a4d804f 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ of the project.
-