Skip to content

Commit 95ecd4a

Browse files
author
Juan
authored
[DevTools] Commands for internal builds all follow :fb convention (#22463)
1 parent 0883c4c commit 95ecd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-devtools-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"build": "cross-env NODE_ENV=production yarn run build:chrome && yarn run build:firefox && yarn run build:edge",
77
"build:dev": "cross-env NODE_ENV=development yarn run build:chrome:dev && yarn run build:firefox:dev && yarn run build:edge:dev",
88
"build:chrome": "cross-env NODE_ENV=production node ./chrome/build",
9-
"build:chrome:crx": "cross-env NODE_ENV=production FEATURE_FLAG_TARGET=extension-fb node ./chrome/build --crx",
9+
"build:chrome:fb": "cross-env NODE_ENV=production FEATURE_FLAG_TARGET=extension-fb node ./chrome/build --crx",
1010
"build:chrome:dev": "cross-env NODE_ENV=development node ./chrome/build",
1111
"build:firefox": "cross-env NODE_ENV=production node ./firefox/build",
1212
"build:firefox:dev": "cross-env NODE_ENV=development node ./firefox/build",
1313
"build:edge": "cross-env NODE_ENV=production node ./edge/build",
14-
"build:edge:crx": "cross-env NODE_ENV=production node ./edge/build --crx",
14+
"build:edge:fb": "cross-env NODE_ENV=production FEATURE_FLAG_TARGET=extension-fb node ./edge/build --crx",
1515
"build:edge:dev": "cross-env NODE_ENV=development node ./edge/build",
1616
"test:chrome": "node ./chrome/test",
1717
"test:firefox": "node ./firefox/test",

0 commit comments

Comments
 (0)