How to use -r @cypress/instrument-cra in scripts start?

Viewed 21
 "start": "node index.js",

How do I add -r @cypress/instrument-cra in "start"? According to the documents given here we need react-scripts but in my use case I don't have it.

0 Answers
Related