0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00
verdaccio/website/versioned_docs/version-3.2.0/build.md

16 lines
354 B
Markdown
Raw Normal View History

2018-07-22 20:21:54 +02:00
---
id: version-3.2.0-build
title: Build the source code
original_id: build
---
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).