Skip to content

Commit c5c25d3

Browse files
author
Brian Vaughn
authored
Fixed DevTools extension build:dev command (facebook#18648)
1 parent f8b0842 commit c5c25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "cross-env NODE_ENV=production yarn run build:chrome && yarn run build:firefox && yarn run build:edge",
7-
"build:dev": "cross-env NODE_ENV=development yarn run build:chrome && yarn run build:firefox && yarn run build:edge",
7+
"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",
99
"build:chrome:crx": "cross-env NODE_ENV=production node ./chrome/build --crx",
1010
"build:chrome:dev": "cross-env NODE_ENV=development node ./chrome/build",

0 commit comments

Comments
 (0)