Commit 98b94346 authored by Pietro Albini's avatar Pietro Albini

Use yarn instead of npm to fetch node dependencies

Fixes #5
parent e9144eb8
......@@ -116,7 +116,7 @@ def assets(ctx, watch=False):
# Be sure to have all the dependencies installed
if not os.path.exists(node_bin):
invoke.run("npm install", pty=True)
invoke.run("yarn", pty=True)
if watch:
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment