-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- optimize the output of `npm start` (help) by showing only interesting scripts - ensure "bundle" tests are running - remove "non-TTY" tests, which are not automated (and fail on Windows) - rearrange doc-related scripts - normalize the descriptions somewhat Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
- Loading branch information
Showing
2 changed files
with
102 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Netlify deploy configuration | ||
# See https://www.netlify.com/docs/continuous-deployment/#deploy-contexts | ||
|
||
# Global settings applied to the whole site. | ||
# | ||
# 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" | ||
command = "npm start docs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters