feat: new bun_build and bun_compile, extend bun_install
This commit is contained in:
@@ -4,6 +4,6 @@ set -euo pipefail
|
||||
build_file="$1"
|
||||
readme_file="$2"
|
||||
|
||||
[[ -f "${build_file}" ]]
|
||||
[[ -f "${readme_file}" ]]
|
||||
[[ -f ${build_file} ]]
|
||||
[[ -f ${readme_file} ]]
|
||||
grep -Eq '^package\(default_visibility = \["//visibility:public"\]\)$' "${build_file}"
|
||||
|
||||
Reference in New Issue
Block a user