mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 06:10:30 -06:00
Updated hfc to only run when in production env.
This commit is contained in:
5
docs/scripts/config.js
Normal file
5
docs/scripts/config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// only run the filter_cleanup if we are in
|
||||
// production mode -- deploying static asset
|
||||
if(process.env.NODE_ENV != "production"){
|
||||
hexo.config.filter_cleanup = false
|
||||
}
|
||||
Reference in New Issue
Block a user