Skip to content

Commit

Permalink
Tidy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekrekr committed Dec 7, 2023
1 parent f0d2474 commit e692c8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@dataform/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ load("@build_bazel_rules_nodejs//:index.bzl", "npm_package_bin")
npm_package_bin(
name = "bundle",
outs = [
"bundle-tmp.js",
"bundle_no_license.js",
],
args = [
"--config=$(location webpack.config.js)",
"--output=$(location bundle-tmp.js)",
"--output=$(location bundle_no_license.js)",
"--mode=production"
],
data = [
Expand All @@ -51,7 +51,7 @@ pkg_json(
"//:package.json",
"//packages/@dataform:package.layer.json",
],
main = "bundle.js",
main = "bundle.js.no_license",
version = DF_VERSION,
)

Expand Down

0 comments on commit e692c8b

Please sign in to comment.