Skip to content

Commit

Permalink
feat(create): add hide-bazel-files to @bazel/create
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and alexeagle committed Jun 18, 2019
1 parent 8cafe43 commit 03b7dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function main(argv, error = console.error, log = console.log) {
'@bazel/bazel': 'latest',
'@bazel/ibazel': 'latest',
'@bazel/buildifier': 'latest',
'@bazel/hide-bazel-files': 'latest',
};
let rootBuildContent = '# Add rules here to build your software\n' +
'# See https://docs.bazel.build/versions/master/build-ref.html#BUILD_files\n\n';
Expand Down Expand Up @@ -182,6 +183,7 @@ ts_setup_workspace()`;
private: true,
devDependencies,
scripts: {
'postinstall': 'hide-bazel-files',
'build': 'bazel build //...',
'test': 'bazel test //...',
}
Expand Down

0 comments on commit 03b7dae

Please sign in to comment.