We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc9152 commit c373363Copy full SHA for c373363
package.json
@@ -24,6 +24,7 @@
24
"dev:vue3": "concurrently \"cd packages/shell-dev-vue3 && yarn dev\" \"cd packages/shell-host && yarn dev\"",
25
"dev:chrome": "cd packages/shell-chrome && webpack --watch",
26
"dev:chrome:prod": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --watch",
27
+ "dev:firefox": "cd packages/shell-firefox && webpack --watch",
28
"dev:electron": "cd packages/shell-electron && npm run dev",
29
"build": "lerna run build",
30
"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",
@@ -72,4 +73,4 @@
72
73
"cypress": "=3.4.1",
74
"webpack-dev-server": "^4.15.1"
75
}
-}
76
+}
0 commit comments