Skip to content

Commit 4cd56fc

Browse files
committed
Ensure fresh ErrorTracker compilation
1 parent de5a90c commit 4cd56fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Mix.install([
66
{:ecto_sqlite3, ">= 0.0.0"},
7-
{:error_tracker, path: "."},
7+
{:error_tracker, path: ".", force: true},
88
{:phoenix_playground, "~> 0.1.7"}
99
])
1010

0 commit comments

Comments
 (0)