Skip to content

Commit

Permalink
Bump web deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 11, 2024
1 parent 9565e2f commit d45836f
Show file tree
Hide file tree
Showing 3 changed files with 23,365 additions and 8,313 deletions.
20 changes: 15 additions & 5 deletions web/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ publish = ".next"
# Include the doc dir in the build ignore command
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../doc/"

[build.environment]
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
# set TERM variable for terminal output
TERM = "xterm"

[[plugins]]
package = "@netlify/plugin-nextjs"

[[plugins]]
package = "netlify-plugin-cypress"

[plugins.inputs.postBuild]
enable = true

[plugins.inputs]
enable = false
# do not test the deployed URL
[plugins.inputs]
enable = false
# test the local site
[plugins.inputs.preBuild]
enable = true
start = 'npx netlify dev'
wait-on = 'http://localhost:8888'
Loading

0 comments on commit d45836f

Please sign in to comment.