@tamagui/build 1.58.4 → 1.58.5
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/tamagui-build.js +1 -1
package/package.json
CHANGED
package/tamagui-build.js
CHANGED
|
@@ -143,7 +143,7 @@ async function buildTsc() {
|
|
|
143
143
|
// console.log('\x1b[2m$', `npx ${cmd}`)
|
|
144
144
|
await exec('npx', cmd.split(' '))
|
|
145
145
|
} catch (err) {
|
|
146
|
-
// rome-ignore lint/
|
|
146
|
+
// rome-ignore lint/suspicious/noConsoleLog: <explanation>
|
|
147
147
|
console.log(err.message)
|
|
148
148
|
if (!shouldWatch) {
|
|
149
149
|
process.exit(1)
|