mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 22:04:12 +00:00
Fix npm bzlmod (#8506)
* Restrict visibility of exported file * Align npm_translate_lock attrs * Remove defs_bzl_filename attr * Align root_package with pnpm-lock.yaml location Use a symlink to avoid copying the file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
load("@aspect_rules_js//npm:defs.bzl", "npm_package")
|
||||
load("@aspect_rules_ts//ts:defs.bzl", "ts_project")
|
||||
load("@flatbuffers_npm//:npm_link_all_packages.bzl", "npm_link_all_packages")
|
||||
load("@flatbuffers_npm//:defs.bzl", "npm_link_all_packages")
|
||||
|
||||
filegroup(
|
||||
name = "distribution",
|
||||
|
||||
Reference in New Issue
Block a user