Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

# Default build command.
command = "npm run build"
[build.environment]
NODE_VERSION = "16.17.1"


[[plugins]]
# Installs the Lighthouse Build Plugin for all deploy contexts
package = "@netlify/plugin-lighthouse"

# Production context: all deploys from the Production branch
# set in your site’s Branches settings in the UI will inherit
Expand All @@ -29,7 +29,6 @@
[context.production]
publish = "build/"
command = "npm run build"
environment = { NODE_VERSION = "16.17.1" }

# Deploy Preview context: all deploys generated from
# a pull/merge request will inherit these settings.
Expand Down
Loading