Skip to content

Commit 412b96f

Browse files
committed
fix: cypress failing on netlify
1 parent 89a9384 commit 412b96f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ publish = "dist"
77
[build.environment]
88
# cache Cypress binary in local "node_modules" folder
99
# so Netlify caches it
10-
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
10+
# CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
1111
# set TERM variable for terminal output
1212
TERM = "xterm"
1313

1414
[[plugins]]
1515
# local Cypress plugin will test our site after it is built
1616
package = "netlify-plugin-cypress"
17+
spa = true

0 commit comments

Comments
 (0)