725 B19 lines
Blame
1# Settings in the [build] context are global and are applied to
2# all contexts unless otherwise overridden by more specific contexts.
3[build]
4 # Directory where the build system installs dependencies
5 # and runs your build. Store your package.json, .nvmrc, etc here.
6 # If not set, defaults to the root directory.
7 base = ""
8
9 # Directory that contains the deploy-ready HTML files and
10 # assets generated by the build. This is an absolute path relative
11 # to the base directory, which is the root by default (/).
12 # This sample publishes the directory located at the absolute
13 # path "root/project/build-output"
14
15 publish = "mermaid-live-editor/docs"
16
17 # Default build command.
18 command = "./scripts/editor.bash"
19