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 +1 -1
- package/src/commands/init.ts +0 -1
package/package.json
CHANGED
package/src/commands/init.ts
CHANGED
|
@@ -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
|