Skip to content

Commit

Permalink
build with build.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sigu committed Apr 11, 2024
1 parent 41d9624 commit ebaaf46
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 @@ -97,7 +97,7 @@ defmodule Quadblockquiz.MixProject do
"ecto.reset": ["ecto.drop", "ecto.setup"],
test: ["ecto.create --quiet", "ecto.migrate --quiet", "test"],
"assets.deploy": [
"cmd --cd assets node build.js",
"cmd --cd assets node build.mjs",
"cmd --cd assets npm run deploy",
"phx.digest"
],
Expand Down

0 comments on commit ebaaf46

Please sign in to comment.