@tamagui/build 1.0.1-beta.80 → 1.0.1-beta.83

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.
@@ -1 +1 @@
1
- @tamagui/build:build: cache hit, replaying output f03548bf7a599d86
1
+ @tamagui/build:build: cache hit, replaying output e86c4675c92bcd90
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.1-beta.80",
3
+ "version": "1.0.1-beta.83",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -77,9 +77,6 @@ async function build() {
77
77
  console.log('built', pkg.name, 'in', Date.now() - start, 'ms')
78
78
  } catch (error) {
79
79
  console.error(`Error building:`, error.message)
80
- if (!shouldWatch) {
81
- process.exit(1)
82
- }
83
80
  }
84
81
  }
85
82