mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
13 lines
462 B
Markdown
13 lines
462 B
Markdown
|
---
|
|||
|
id: build
|
|||
|
title: "Build the source code"
|
|||
|
---
|
|||
|
Verdaccio се ослања на `yarn` уместо на `npm` како би преузео dependencies.
|
|||
|
|
|||
|
*Напомена: тренутни build ће моћи да ради само са build with `➜ yarn@1.x`.
|
|||
|
|
|||
|
```bash
|
|||
|
yarn install
|
|||
|
```
|
|||
|
|
|||
|
Како бисте видели комплетну листу scripts-a, [кликните овде](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).
|