Skip to content

Commit 9cd44f9

Browse files
committed
scripts: remove utility_shared_worker from release bundle
follow: 839fcd2
1 parent ba2da9e commit 9cd44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ echo -n "" > "$WORK_DIR/dirac/require-implant.js" # when doing advanced build, a
8787

8888
echo "Building devtools in advanced mode..."
8989
# DANGER! this list of applications must be the same as specified in resources/unpacked/devtools/BUILD.gn (search for "-- darwin")
90-
./scripts/build/build_release_applications.py inspector toolbox unit_test_runner formatter_worker audits2_worker heap_snapshot_worker utility_shared_worker \
90+
./scripts/build/build_release_applications.py inspector toolbox unit_test_runner formatter_worker audits2_worker heap_snapshot_worker \
9191
--input_path "$WORK_DIR" --output_path "$RELEASE_BUILD_DEVTOOLS_FRONTEND" --debug 0
9292

9393
popd

0 commit comments

Comments
 (0)