@nu-art/build-and-install 0.204.73 → 0.204.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@ class Unit_TypescriptLib extends Unit_Typescript_1.Unit_Typescript {
|
|
|
94
94
|
.execute();
|
|
95
95
|
}
|
|
96
96
|
async copyAssetsToOutput() {
|
|
97
|
-
const command = `find . \\( -name ${assetExtensions.map(suffix => `'*.${suffix}'`).join(' -o -name ')} \\) | cpio -pdmuv "${this.runtime.pathTo.output}" > /dev/null`;
|
|
97
|
+
const command = `find . \\( -name ${assetExtensions.map(suffix => `'*.${suffix}'`).join(' -o -name ')} \\) | cpio -pdmuv "${this.runtime.pathTo.output}" > /dev/null 2>&1`;
|
|
98
98
|
await cli_1.Commando
|
|
99
99
|
.create(basic_1.Cli_Basic)
|
|
100
100
|
.cd(`${this.runtime.pathTo.pkg}/src/main`)
|