Skip to content

Commit ffeb5eb

Browse files
committed
update
1 parent 11a0d44 commit ffeb5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": ".",
2727
"scripts": {
2828
"start": "react-scripts start",
29-
"build": "set GENERATE_SOURCEMAP=false&& react-scripts build",
29+
"build": "GENERATE_SOURCEMAP=false react-scripts build",
3030
"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",
3131
"test": "react-scripts test",
3232
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)