Skip to content

Commit 1628b11

Browse files
committed
Don’t bother creating tmp directory
1 parent 7a8c436 commit 1628b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule ComponentsGuide.MixProject do
7171
# See the documentation for `Mix` for more info on aliases.
7272
defp aliases do
7373
[
74-
setup: ["cmd mkdir -p tmp", "deps.get", "cmd npm --prefix assets ci"],
74+
setup: ["deps.get", "cmd npm --prefix assets ci"],
7575
"assets.deploy": [
7676
"template_assets",
7777
"tailwind.install",

0 commit comments

Comments
 (0)