@aaronshaf/ger 0.1.9 → 0.1.10
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
|
@@ -200,7 +200,6 @@ const GitWorktreeServiceImplLive: GitWorktreeServiceImpl = {
|
|
|
200
200
|
validatePreconditions: () =>
|
|
201
201
|
Effect.gen(function* () {
|
|
202
202
|
yield* validateGitRepo()
|
|
203
|
-
yield* validateCleanRepo()
|
|
204
203
|
yield* Console.log('✓ Git repository validation passed')
|
|
205
204
|
}),
|
|
206
205
|
|