Skip to content
Snippets Groups Projects
Commit ffa756f9 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

installation commands with yarn

parent 0d0ddf4a
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ def main(date, name):
# launch the presentation deck
if not os.path.exists(os.path.join(fullPath, 'node_modules')):
click.echo(' > Installing dependencies ... ')
os.system('npm install -g npm@latest grunt-cli generator-reveal')
os.system('npm install')
os.system('yarn add -g grunt-cli generator-reveal')
os.system('yarn')
click.echo(' > All dependencies installed.')
else:
click.echo(' > All dependencies already installed.')
......
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