mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
a232bf88a7
that information does not worth to be translated
15 lines
323 B
Markdown
15 lines
323 B
Markdown
---
|
|
id: build
|
|
title: "Build the source code"
|
|
---
|
|
|
|
Verdaccio relies on `yarn` instead `npm` to download dependencies.
|
|
|
|
*Note: the current build only will build with `➜ yarn@1.x`.
|
|
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
To see the complete list of scripts, [click here](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).
|