Skip to content

Commit 03b7dae

Browse files
gregmagolanalexeagle
authored andcommitted
feat(create): add hide-bazel-files to @bazel/create
1 parent 8cafe43 commit 03b7dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/create/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ function main(argv, error = console.error, log = console.log) {
9999
'@bazel/bazel': 'latest',
100100
'@bazel/ibazel': 'latest',
101101
'@bazel/buildifier': 'latest',
102+
'@bazel/hide-bazel-files': 'latest',
102103
};
103104
let rootBuildContent = '# Add rules here to build your software\n' +
104105
'# See https://docs.bazel.build/versions/master/build-ref.html#BUILD_files\n\n';
@@ -182,6 +183,7 @@ ts_setup_workspace()`;
182183
private: true,
183184
devDependencies,
184185
scripts: {
186+
'postinstall': 'hide-bazel-files',
185187
'build': 'bazel build //...',
186188
'test': 'bazel test //...',
187189
}

0 commit comments

Comments
 (0)