mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Use cmd -cd assets for better Windows support
This commit is contained in:
parent
23ab9796c3
commit
a4aedebb4e
1 changed files with 2 additions and 2 deletions
4
mix.exs
4
mix.exs
|
@ -65,9 +65,9 @@ defmodule Livebook.MixProject do
|
|||
|
||||
defp aliases do
|
||||
[
|
||||
setup: ["deps.get", "cmd npm install --prefix assets"],
|
||||
setup: ["deps.get", "cmd --cd assets npm install"],
|
||||
"assets.deploy": ["cmd npm run deploy --prefix assets"],
|
||||
"format.all": ["format", "cmd npm run format --prefix assets"],
|
||||
"format.all": ["format", "cmd --cd assets npm run format"],
|
||||
"protobuf.generate": ["cmd --cd proto mix protobuf.generate"]
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue