mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
13 lines
349 B
Markdown
13 lines
349 B
Markdown
|
---
|
||
|
id: build
|
||
|
title: "Stwórz kod źródłowy"
|
||
|
---
|
||
|
Verdaccio używa `yarn` zamiast `npm` do pobierania zależności.
|
||
|
|
||
|
*Uwaga: aktualna wersja aplikacji będzie współpracować tylko z `➜ yarn@1.x`.
|
||
|
|
||
|
```bash
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
Aby zobaczyć pełną listę skryptów, [kliknij tutaj](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).
|