Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Added Netlify config file
Browse files Browse the repository at this point in the history
The Netlify build configuration currently only resides in their admin panel. This configuration file should hopefully override those settings to allow outside contributors to make refactoring changes

Refs mochajs#3195
  • Loading branch information
Munter committed Jan 9, 2018
1 parent de26494 commit 5b66298
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions netlify.toml
@@ -0,0 +1,13 @@
# Netlify deploy configuration
# See https://www.netlify.com/docs/continuous-deployment/#deploy-contexts

# Global settings applied to the whole site.
#
# “publish” is the directory to publish (relative to root of your repo),
# “command” is your build command,
# “base” is directory to change to before starting build. if you set base:
# that is where we will look for package.json/.nvmrc/etc not repo root!

[build]
publish = "docs/_dist/"
command = "npm start buildDocs"

0 comments on commit 5b66298

Please sign in to comment.