feat: proper windows support
This commit is contained in:
@@ -4,6 +4,6 @@ set -euo pipefail
|
||||
rule_file="$1"
|
||||
|
||||
grep -Fq 'def _output_name(target_name, entry):' "${rule_file}"
|
||||
grep -Fq 'return "{}__{}.js".format(target_name, stem)' "${rule_file}"
|
||||
grep -Fq 'inputs = depset(' "${rule_file}"
|
||||
grep -Fq 'direct = [entry] + ctx.files.data' "${rule_file}"
|
||||
grep -Fq 'stem = entry.short_path.rsplit(".", 1)[0]' "${rule_file}"
|
||||
grep -Fq 'validate_hermetic_install_mode(ctx.attr, "bun_bundle")' "${rule_file}"
|
||||
grep -Fq 'declare_staged_bun_build_action(' "${rule_file}"
|
||||
|
||||
Reference in New Issue
Block a user