Skip to content
Snippets Groups Projects
Commit e15d84a2 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

try to install yarn

parent d655d006
No related branches found
No related tags found
No related merge requests found
stages: stages:
- github-sync - github-sync
- package
- build - build
- test - test
- pages - pages
- package
- prerelease - prerelease
- release - release
......
...@@ -19,9 +19,9 @@ fi ...@@ -19,9 +19,9 @@ fi
# - # -
# Parameters: # Parameters:
install_yarn() { install_yarn() {
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn apt-get update && apt-get install yarn
} }
# Copy nw.js compiled module released library to node libraries. # Copy nw.js compiled module released library to node libraries.
# - # -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment