UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

10 lines (9 loc) 332 B
/** * Even the simplest shell script fails in Windows, hence this file. * * The intention here is to only run `patch-package` during local installation, IE. during * development of the library and not upon installation by the users of the library. */ if (process.cwd() === process.env.INIT_CWD) { require("patch-package"); }