Skip to content

Commit 708b908

Browse files
committed
fix: don't require release builds
1 parent ab2d76c commit 708b908

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lakefile.lean

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import Lake
22
open Lake DSL System
33

44
package proofwidgets where
5-
preferReleaseBuild := true
6-
buildArchive? := "ProofWidgets4.tar.gz"
7-
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
5+
preferReleaseBuild := false
86
leanOptions := #[⟨`experimental.module, true⟩]
97

108
def widgetDir : FilePath := "widget"

0 commit comments

Comments
 (0)