Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simcaq-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
simcaq-node
Commits
b9efdcc2
There was a problem fetching the pipeline summary.
Commit
b9efdcc2
authored
8 years ago
by
Vytor Calixto
Browse files
Options
Downloads
Patches
Plain Diff
Add more dependencies to npm install --global
parent
0df7b041
No related branches found
No related tags found
1 merge request
!21
Issue/68
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
1
View file @
b9efdcc2
...
...
@@ -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/
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
b9efdcc2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment