Hi there
I recently set up brave browser locally and it’s running fine when I do
npm start
But when I do npm run watch
it is giving this error
npm ERR! missing script: watch
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/wizzard/.npm/_logs/2022-01-26T17_40_07_143Z-debug.log
I know it means in package.json watch has not been included but my question is what should I write in watch in package.json?
Could anyone pls help me out ?