mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05: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).
|