Skip to content
Snippets Groups Projects
Commit b9efdcc2 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add more dependencies to npm install --global

parent 0df7b041
No related branches found
No related tags found
1 merge request!21Issue/68
Pipeline #
......@@ -2,7 +2,7 @@ stages:
- test
before_script:
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha
- npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
- npm install
run_tests:
......@@ -12,3 +12,6 @@ run_tests:
- gulp test
tags:
- node
cache:
paths:
- node_modules/
......@@ -18,7 +18,7 @@ Previous versions of Node.js do not support ECMAScript6, it is recommended to us
4) Install babel and gulp globally
> npm install -g gulp gulp-cli babel babel-cli babel-core babel-register mocha
> npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint
5) Install project dependencies
......
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