mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
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:
commit
f9aec36cf4
2 changed files with 6075 additions and 0 deletions
6069
docs/package-lock.json
generated
Normal file
6069
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
6
netlify.toml
Normal file
6
netlify.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[build]
|
||||
base = "docs/"
|
||||
publish = "docs/public/"
|
||||
command = "npm install && npm run build"
|
||||
[build.environment]
|
||||
NPM_VERSION = "6"
|
Loading…
Add table
Reference in a new issue