You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than telling the user to install web-ext globally, would it be better to actually create a package.json with web-ext as a devDependency and setup scripts to call the appropriate web-ext commands using npm start, npm run build, npm run lint etc.
That would allow users to more easily reproduce their setup in CI etc.
The text was updated successfully, but these errors were encountered:
Rather than telling the user to install
web-ext
globally, would it be better to actually create apackage.json
withweb-ext
as adevDependency
and setupscripts
to call the appropriateweb-ext
commands usingnpm start
,npm run build
,npm run lint
etc.That would allow users to more easily reproduce their setup in CI etc.
The text was updated successfully, but these errors were encountered: