collab/mermaid/netlify.tomlblame
View source
6dd74de1# Settings in the [build] context are global and are applied to
6dd74de2# all contexts unless otherwise overridden by more specific contexts.
6dd74de3[build]
6dd74de4 # Directory where the build system installs dependencies
6dd74de5 # and runs your build. Store your package.json, .nvmrc, etc here.
6dd74de6 # If not set, defaults to the root directory.
6dd74de7 base = ""
6dd74de8
6dd74de9 # Directory that contains the deploy-ready HTML files and
6dd74de10 # assets generated by the build. This is an absolute path relative
6dd74de11 # to the base directory, which is the root by default (/).
6dd74de12 # This sample publishes the directory located at the absolute
6dd74de13 # path "root/project/build-output"
6dd74de14
6dd74de15 publish = "mermaid-live-editor/docs"
6dd74de16
6dd74de17 # Default build command.
6dd74de18 command = "./scripts/editor.bash"