Skip to content

Commit c373363

Browse files
authored
chore: add dev::firefox script
1 parent 3fc9152 commit c373363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dev:vue3": "concurrently \"cd packages/shell-dev-vue3 && yarn dev\" \"cd packages/shell-host && yarn dev\"",
2525
"dev:chrome": "cd packages/shell-chrome && webpack --watch",
2626
"dev:chrome:prod": "cd packages/shell-chrome && cross-env NODE_ENV=production webpack --watch",
27+
"dev:firefox": "cd packages/shell-firefox && webpack --watch",
2728
"dev:electron": "cd packages/shell-electron && npm run dev",
2829
"build": "lerna run build",
2930
"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 @@
7273
"cypress": "=3.4.1",
7374
"webpack-dev-server": "^4.15.1"
7475
}
75-
}
76+
}

0 commit comments

Comments
 (0)