Skip to content

Commit

Permalink
chore: add more stuff to section
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 authored Oct 19, 2024
1 parent d116dba commit 92302b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def buildTextFileUnlessUpToDate
build
clearFileHash file
fetchTextFileTrace file
end

/-- Like `buildFileAfterDep` but interprets `file` as a text file
so that line ending differences across platform do not impact the hash. -/
Expand All @@ -49,6 +48,7 @@ so that line ending differences across platform do not impact the hash. -/
let depTrace := depTrace.mix (← extraDepTrace)
let trace ← buildTextFileUnlessUpToDate file depTrace <| build depInfo
return (file, trace)
end

/-- Target to update `package-lock.json` whenever `package.json` has changed. -/
target widgetPackageLock : FilePath := do
Expand Down

0 comments on commit 92302b8

Please sign in to comment.