@tamagui/build 1.0.0-alpha.44 → 1.0.0-alpha.58

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.
@@ -0,0 +1 @@
1
+ @tamagui/build:build: cache hit, replaying output 1b926faeea2823d0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/build",
3
- "version": "1.0.0-alpha.44",
3
+ "version": "1.0.0-alpha.58",
4
4
  "bin": {
5
5
  "tamagui-build": "tamagui-build.js"
6
6
  },
@@ -23,5 +23,5 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "^9.0.13"
25
25
  },
26
- "gitHead": "f3c5beec81b8282476fe66259a646b799b484a16"
26
+ "gitHead": "d0ee3344565501e50d5a1bc2ea85ea542bb71955"
27
27
  }
package/tamagui-build.js CHANGED
@@ -22,7 +22,9 @@ const pkgModule = pkg.module
22
22
  async function build() {
23
23
  console.log('🥚', pkg.name)
24
24
  const x = Date.now()
25
- let files = (await fg(['src/**/*.ts', 'src/**/*.tsx'])).filter((x) => !x.includes('.d.ts'))
25
+ let files = (await fg(['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.css'])).filter(
26
+ (x) => !x.includes('.d.ts')
27
+ )
26
28
 
27
29
  if (process.env.NO_CLEAN) {
28
30
  console.log('skip typecheck')
package/.ultra.cache.json DELETED
@@ -1 +0,0 @@
1
- {"files":{"node_modules":"1643180206879.211","externalNodePlugin.js":"fa1cd57f4fb8bc9a8c7ea03adaabc309b322ae0b","package.json":"2fa5f3f9411ba4c9b074c84d54ea0eeacd591f13","tamagui-build.js":"f7359459f24a3c821cd8a09dcec25aaae0e6bc76","tsconfig.json":"9862a02e4684884dd8a070c3b58132d338d0ca79"},"deps":{}}