@tamagui/build 1.0.1-beta.115 → 1.0.1-beta.118
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/.turbo/turbo-build.log +1 -1
- package/package.json +1 -1
- package/tamagui-build.js +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@tamagui/build:build: cache hit, replaying output 46a7d5d0fb84cb7a
|
package/package.json
CHANGED
package/tamagui-build.js
CHANGED
|
@@ -34,13 +34,13 @@ async function clean() {
|
|
|
34
34
|
])
|
|
35
35
|
} catch {}
|
|
36
36
|
if (shouldCleanBuildOnly) {
|
|
37
|
-
console.log('
|
|
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('
|
|
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('
|
|
76
|
+
if (process.env.DEBUG) console.log('🔹', pkg.name)
|
|
77
77
|
try {
|
|
78
78
|
const start = Date.now()
|
|
79
79
|
await Promise.all([
|