Merge pull request #1589 from apollographql/abernix/add-netlify-toml-fix-docs

Add `netlify.toml` configuration to fix docs generation errors.
This commit is contained in:
Jesse Rosenberger 2018-08-28 12:20:37 +03:00 committed by GitHub
commit f9aec36cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6075 additions and 0 deletions

6069
docs/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[build]
base = "docs/"
publish = "docs/public/"
command = "npm install && npm run build"
[build.environment]
NPM_VERSION = "6"