Skip to content

Commit

Permalink
Correct typo in assets.setup task
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tae committed Nov 29, 2024
1 parent f7cc2cb commit 2d2a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ defmodule Signbank.MixProject do
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
"ecto.reset": ["ecto.drop", "ecto.setup"],
test: ["ecto.create --quiet", "ecto.migrate --quiet", "test"],
"assets.setup": ["esbuild.install --if-mising"],
"assets.setup": ["esbuild.install --if-missing"],
"assets.build": ["esbuild signbank"],
"assets.deploy": [
"assets.setup",
Expand Down

0 comments on commit 2d2a749

Please sign in to comment.