Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Dec 31, 2021
1 parent 526214e commit 515a922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -14,7 +14,7 @@

[build.environment]
DEBUG = "mocha:docs*"
NODE_VERSION = "16"
NODE_VERSION = "14"
RUBY_VERSION = "2.7.1"

[context.deploy-preview]
Expand Down
2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -264,7 +264,7 @@ module.exports = {
docs: {
default: {
script:
'nps docs.clean && nps docs.api && eleventy && nps docs.linkcheck && node scripts/netlify-headers.js docs/_site >> docs/_site/_headers',
'nps docs.clean && nps docs.api && eleventy',
description: 'Build documentation'
},
production: {
Expand Down

0 comments on commit 515a922

Please sign in to comment.