mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 13:10:51 -06:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
/* global hexo */
|
|
|
|
// 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
|
|
}
|