Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
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
Container registry
Model registry
Monitor
Service Desk
Analyze
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
nodes
typescript
duniter
Merge requests
!1306
WIP: yarn to npm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: yarn to npm
ref/yarn-to-npm
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
13
Merged
Éloïs
requested to merge
ref/yarn-to-npm
into
dev
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
13
Expand
0
0
Merge request reports
Compare
dev
version 2
aa347882
5 years ago
version 1
cb35f072
5 years ago
dev (base)
and
latest version
latest version
6dd78c54
2 commits,
5 years ago
version 2
aa347882
3 commits,
5 years ago
version 1
cb35f072
2 commits,
5 years ago
13 files
+
3353
−
10490
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
doc/dev/git-conventions.md
+
3
−
3
Options
@@ -139,9 +139,9 @@ The general discussion is used to comment on the merge request as a whole, for e
When you finished developing, you must compile, run linter and run all tests:
yarn
yarn
format:check
yarn
test
npm install
npm
format:check
npm
test
Then commit everything.
Loading