@nu-art/build-and-install 0.204.22 → 0.204.23

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/phases/phases.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.22",
3
+ "version": "0.204.23",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
package/phases/phases.js CHANGED
@@ -407,6 +407,7 @@ exports.Phase_PrepareCompile = {
407
407
  'jpg',
408
408
  'jpeg',
409
409
  'rules',
410
+ '_ts',
410
411
  ];
411
412
  const command = `find . \\( -name ${otherFiles.map(suffix => `'*.${suffix}'`).join(' -o -name ')} \\) | cpio -pdm "${pkg.output}" > /dev/null`;
412
413
  await cli_1.Commando.create(basic_1.Cli_Basic)