mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
13 lines
349 B
Markdown
13 lines
349 B
Markdown
|
---
|
||
|
id: build
|
||
|
title: "Compilare il codice sorgente"
|
||
|
---
|
||
|
Verdaccio si basa su `yarn` invece che su `npm` per scaricare le dipendenze.
|
||
|
|
||
|
*Nota: la compilazione corrente si baserà solo su `➜ yarn@1.x`.
|
||
|
|
||
|
```bash
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
Per vedere l'elenco completo degli script, [clicca qui](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).
|