@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.
- package/package.json +1 -1
- package/phases/phases.js +1 -0
package/package.json
CHANGED
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)
|