Adding files to bundle on meteor build

I’d like to add a few bash scripts to the top directory in the bundle.tgz

I’m currently creating my bundle via:
meteor build bundle.tgz

Is there a way to configure the build so that it would include those bash scripts inside the resulted tgz file?