Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Delebecque
kresus
Commits
35f017da
Commit
35f017da
authored
Mar 08, 2020
by
Nicolas Frandeboeuf
Browse files
Replace npm commands with yarn in contributing guide
parent
54b7c0fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
35f017da
...
...
@@ -18,7 +18,7 @@ request!
-
First, install the app's dependencies:
```
bash
npm
install
yarn
install
```
-
Copy
`config.example.ini`
to
`config.ini`
and set values for your local
development environment. See "setting up a database for development" below.
...
...
@@ -71,8 +71,8 @@ To ensure all the tests pass, you need to run the test command twice, once with
`KRESUS_WEBOOB_DIR`
set, once without. For example:
```
bash
npm run check
:test
KRESUS_WEBOOB_DIR
=
/path/to/weboob
npm run check
:test
yarn ci
:test
KRESUS_WEBOOB_DIR
=
/path/to/weboob
yarn ci
:test
```
# About `package.json` file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment