Skip to content

Commit

Permalink
Docs (#549)
Browse files Browse the repository at this point in the history
* Add website code

* Add docs

* Update travis with build hook

* Update examples

* Update docs for merge with master

* Update pkg.jsons

* Fix buildz yo

* Bump deps

* Disallow indexing right meow

* Add postinstall to ensure website is built in netlify

* Change name of start-website script

* Dont push website up to npm

* Remove duplicate example

* Remove sharp plugin

* Remove website scripts

* Fix build

* RUN yarn build lol

* Fix frontmatter
  • Loading branch information
jaredpalmer committed Mar 30, 2018
1 parent 217340b commit f26590e
Show file tree
Hide file tree
Showing 72 changed files with 15,566 additions and 106 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
@@ -1,6 +1,15 @@
language: node_js
node_js:
- '8'
cache: yarn
env:
- CI=true

script:
- yarn test -- --runInBand --no-cache --coverage
- yarn test -- --runInBand --no-cache --coverage

deploy:
provider: script
script: curl -X POST -d '' $NETLIFY_BUILD_HOOK
skip_cleanup: true
on:
branch: master

0 comments on commit f26590e

Please sign in to comment.