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
npm run build:firefox
npm ERR! Missing script: "build:firefox"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in: ~/.npm/_logs/2024-02-27T07_52_23_574Z-debug-0.log
Sorry for the confusion, the READMEs were created before the projects were combined into a monorepo. Running pnpm install and pnpm run build:all in the redux-devtools directory should work. The output for Firefox will be in extension/firefox/dist/.
I am trying to build for Firefox https://github.com/reduxjs/redux-devtools/tree/main/extension#2-for-firefox
shows warnings but seems OK
Scripts available in undefined via
npm run-script
:format
prettier --write .
format:check
prettier --check .
build:all
nx run-many --target=build --all --parallel=1
lint:all
nx run-many --target=lint --all --parallel=1
test:all
nx run-many --target=test --all --parallel=1
clean:all
nx run-many --target=clean --all --parallel=1
release
pnpm build:all && changeset publish
Steps to reproduce
am I missing something?
I also tried the npm commands in "extension" sub-directory with similar results. npm run build:all doesn't work either.
OS:
CentOS Linux release 7.9.2009 (Core)
v20.11.0
10.2.4
The text was updated successfully, but these errors were encountered: