We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a9384 commit 412b96fCopy full SHA for 412b96f
netlify.toml
@@ -7,10 +7,11 @@ publish = "dist"
7
[build.environment]
8
# cache Cypress binary in local "node_modules" folder
9
# so Netlify caches it
10
-CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
+# CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
11
# set TERM variable for terminal output
12
TERM = "xterm"
13
14
[[plugins]]
15
# local Cypress plugin will test our site after it is built
16
package = "netlify-plugin-cypress"
17
+ spa = true
0 commit comments