We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bce926 + c374df9 commit be73488Copy full SHA for be73488
package.json
@@ -72,7 +72,7 @@
72
"start": "craco start",
73
"build": "craco build",
74
"build:analyze": "yarn build && node scripts/analyze-bundle.js",
75
- "buildMaster": "cross-env MASTER_BUILD=TRUE && craco build",
+ "buildMaster": "cross-env MASTER_BUILD=TRUE craco build",
76
"build:extension": "yarn build && yarn build:extension-chrome && yarn build:extension-firefox && yarn build:extension-safari && yarn build:extension-edge",
77
"build:extension-all": "./build-extensions.sh",
78
"build:extension-enhanced": "./scripts/build-extensions.sh",
0 commit comments