Skip to content

Commit

Permalink
fix(create): add missing workspace dependency call
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and gregmagolan committed Jan 21, 2022
1 parent 8449bf6 commit d15c3dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/create/index.js
Original file line number Diff line number Diff line change
@@ -173,6 +173,10 @@ load("//tools:bazel_deps.bzl", "fetch_dependencies")
fetch_dependencies()
load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
build_bazel_rules_nodejs_dependencies()
${pkgMgr === 'yarn' ? yarnInstallCmd : npmInstallCmd}`;

write('tools/BUILD.bazel', '# Currently there are no targets in this Bazel package')

0 comments on commit d15c3dd

Please sign in to comment.