Skip to content

Commit

Permalink
[docs] The config of Netlify belongs in git
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 13, 2021
1 parent 0314e87 commit 6c1235d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [build]
# # Directory (relative to root of your repo) that contains the deploy-ready
# # HTML files and assets generated by the build. If a base directory has
# # been specified, include it in the publish directory path.
# publish = "docs/export/"
[build]
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "docs/export/"

# # Default build command.
# command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export && yarn demo:build && yarn demo:export"
# Default build command.
command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export && yarn demo:build && yarn demo:export"

[build.environment]
NODE_VERSION = "10"
Expand Down

0 comments on commit 6c1235d

Please sign in to comment.