File tree 1 file changed +2
-2
lines changed
packages/react-devtools-extensions
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"build" : " cross-env NODE_ENV=production yarn run build:chrome && yarn run build:firefox && yarn run build:edge" ,
7
7
"build:dev" : " cross-env NODE_ENV=development yarn run build:chrome:dev && yarn run build:firefox:dev && yarn run build:edge:dev" ,
8
8
"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" ,
10
10
"build:chrome:dev" : " cross-env NODE_ENV=development node ./chrome/build" ,
11
11
"build:firefox" : " cross-env NODE_ENV=production node ./firefox/build" ,
12
12
"build:firefox:dev" : " cross-env NODE_ENV=development node ./firefox/build" ,
13
13
"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" ,
15
15
"build:edge:dev" : " cross-env NODE_ENV=development node ./edge/build" ,
16
16
"test:chrome" : " node ./chrome/test" ,
17
17
"test:firefox" : " node ./firefox/test" ,
You can’t perform that action at this time.
0 commit comments