@tamagui/build 1.58.4 → 1.58.6

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/tamagui-build.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.58.4",
3
+ "version": "1.58.6",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
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/nursery/noConsoleLog: <explanation>
146
+ // rome-ignore lint/suspicious/noConsoleLog: <explanation>
147
147
  console.log(err.message)
148
148
  if (!shouldWatch) {
149
149
  process.exit(1)