pagezero 1.0.0-rc.1 → 1.0.0

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/package.json CHANGED
@@ -46,5 +46,5 @@
46
46
  "log-symbols": "7.0.1",
47
47
  "ora": "9.0.0"
48
48
  },
49
- "version": "1.0.0-rc.1"
49
+ "version": "1.0.0"
50
50
  }
@@ -29,7 +29,6 @@ export async function init() {
29
29
  // Configure wrangler.json
30
30
  await spinner(`configuring wrangler.json`, async () => {
31
31
  await $`bun run setup:wrangler`.quiet().cwd(projectName)
32
- await $`bun run check:fix`.quiet().cwd(projectName)
33
32
  })
34
33
 
35
34
  // Initialize git repository