@tamagui/build 1.0.1-beta.116 → 1.0.1-beta.119

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 1bdb00b35ab89341
1
+ @tamagui/build:build: cache hit, replaying output abe8c38677c50d7e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.1-beta.116",
3
+ "version": "1.0.1-beta.119",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
package/tamagui-build.js CHANGED
@@ -34,13 +34,13 @@ async function clean() {
34
34
  ])
35
35
  } catch {}
36
36
  if (shouldCleanBuildOnly) {
37
- console.log('» cleaned', pkg.name)
37
+ console.log('🔹 cleaned', pkg.name)
38
38
  process.exit(0)
39
39
  }
40
40
  try {
41
41
  await Promise.allSettled([fs.remove('node_modules')])
42
42
  } catch {}
43
- console.log('» cleaned', pkg.name)
43
+ console.log('🔹 cleaned', pkg.name)
44
44
  process.exit(0)
45
45
  }
46
46
 
@@ -73,7 +73,7 @@ if (shouldWatch) {
73
73
  build()
74
74
 
75
75
  async function build() {
76
- if (process.env.DEBUG) console.log('»', pkg.name)
76
+ if (process.env.DEBUG) console.log('🔹', pkg.name)
77
77
  try {
78
78
  const start = Date.now()
79
79
  await Promise.all([