mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 00:24:15 +00:00
Omit bin/node from distribute package workaround
This commit is contained in:
parent
6227422afa
commit
ffacbdb733
@ -28,9 +28,11 @@ function distribute() {
|
||||
# Copy all needed files
|
||||
mkdir -p build/$package
|
||||
|
||||
# TODO: Omit bin/node
|
||||
cp -vrf bin build/$package
|
||||
|
||||
# TODO: Omit bin/node in a better way
|
||||
rm -vrf build/$package/bin/node
|
||||
|
||||
cp -vrf lib build/$package
|
||||
cp -vrf package.json build/$package
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user