This reverts commit cb6ffa1211
.
PR Close #34730
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
load("//tools:defaults.bzl", "pkg_npm")
|
||||
load("//tools:defaults.bzl", "npm_package")
|
||||
|
||||
exports_files([
|
||||
"tsconfig.json",
|
||||
"migrations.json",
|
||||
])
|
||||
|
||||
pkg_npm(
|
||||
npm_package(
|
||||
name = "npm_package",
|
||||
srcs = ["migrations.json"],
|
||||
visibility = ["//packages/core:__pkg__"],
|
||||
|
Reference in New Issue
Block a user