diff --git a/netlify.toml b/netlify.toml index cd03b6e77cc5d..5972d0b1bdd6c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"