@nu-art/build-and-install 0.204.72 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.72",
3
+ "version": "0.204.74",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -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 -pdm "${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`)