Skip to content

Commit

Permalink
chore: add dev::firefox script
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 3, 2024
1 parent 3fc9152 commit c373363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dev:vue3": "concurrently \"cd packages/shell-dev-vue3 && yarn dev\" \"cd packages/shell-host && yarn dev\"",
"dev:chrome": "cd packages/shell-chrome && webpack --watch",
"dev:chrome:prod": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --watch",
"dev:firefox": "cd packages/shell-firefox && webpack --watch",
"dev:electron": "cd packages/shell-electron && npm run dev",
"build": "lerna run build",
"build:watch": "lerna run build --scope @vue-devtools/app-backend* --scope @vue-devtools/shared-* --scope @vue/devtools-api && lerna run build:watch --stream --no-sort --concurrency 99",
Expand Down Expand Up @@ -72,4 +73,4 @@
"cypress": "=3.4.1",
"webpack-dev-server": "^4.15.1"
}
}
}

0 comments on commit c373363

Please sign in to comment.