mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
// 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
|
|
}
|