You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the output I see it copies the file, but then files on copying a folder
Copying file <bazel_path_to>/my_service_pb.d.ts in /home/dev
Copying file <bazel_path_to>/my_service_connect.d.ts in /home/dev
Copying file <bazel_path_to>/my_service_pb.js in /home/dev
cp: cannot stat <bazel_path_to>/my_service_pb.js/*: No such file or directory
Version
Development (host) and target OS/architectures:
Output of bazel --version: 7.2.0
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: 2.4.2
What happened?
I want to copy the
.js
files generated by the proto target so I can run outside of bazel.For that purpose, I used "copy_files", pointing to the JS files.
I added 2 entries - one for _connect.js and one for _pb.js.
It looks like it copies the first file, but then tries to copy all files under it - as if it was a directory
In the output I see it copies the file, but then files on copying a folder
Version
Development (host) and target OS/architectures:
Output of
bazel --version
: 7.2.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 2.4.2Language(s) and/or frameworks involved: typescript
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: