about summary refs log tree commit diff
path: root/mix.exs
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-07-14 19:54:07 +0200
committerMelonai <einebeere@gmail.com>2021-07-14 19:54:07 +0200
commit59caf96ee495f8d0528292a5e92f2a9ad2e3ed3b (patch)
treee4a62a6fd1b60d1c1326eb6e27823ed7ae8e154e /mix.exs
parent251cba56d9103c9ac38f9b98b69ee953ce23111e (diff)
downloadrook-59caf96ee495f8d0528292a5e92f2a9ad2e3ed3b.tar.zst
rook-59caf96ee495f8d0528292a5e92f2a9ad2e3ed3b.zip
Add README and specify Yarn as the package manager
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 5612043..19aa3de 100644
--- a/mix.exs
+++ b/mix.exs
@@ -53,7 +53,7 @@ defmodule Rook.MixProject do
   # See the documentation for `Mix` for more info on aliases.
   defp aliases do
     [
-      setup: ["deps.get", "cmd npm install --prefix assets"]
+      setup: ["deps.get", "cmd cd assets; yarn"]
     ]
   end
 end