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.
1 parent 11a0d44 commit ffeb5ebCopy full SHA for ffeb5eb
package.json
@@ -26,7 +26,7 @@
26
"homepage": ".",
27
"scripts": {
28
"start": "react-scripts start",
29
- "build": "set GENERATE_SOURCEMAP=false&& react-scripts build",
+ "build": "GENERATE_SOURCEMAP=false react-scripts build",
30
"build:proto": "npx pbjs -t static-module -w commonjs -o src/api/gen/proto.js src/api/proto/http_dto.proto --force-long && npx pbts -o src/api/gen/proto.d.ts src/api/gen/proto.js",
31
"test": "react-scripts test",
32
"eject": "react-scripts eject"
0 commit comments