Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
98b94346
Commit
98b94346
authored
Nov 06, 2016
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use yarn instead of npm to fetch node dependencies
Fixes
#5
parent
e9144eb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tasks.py
tasks.py
+1
-1
No files found.
tasks.py
View file @
98b94346
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment