Skip to content

docs how to test package localy#126

Draft
ssynowiec wants to merge 2 commits into
mainfrom
package-development
Draft

docs how to test package localy#126
ssynowiec wants to merge 2 commits into
mainfrom
package-development

Conversation

@ssynowiec
Copy link
Copy Markdown
Member

@ssynowiec ssynowiec self-assigned this May 14, 2026
@ssynowiec ssynowiec added the documentation Improvements or additions to documentation label May 14, 2026
@solvro
Copy link
Copy Markdown

solvro Bot commented May 14, 2026

The preview deployment for Preview Solvro Docs is ready. 🟢

Open Preview | Open Build Logs | Open Application Logs

Last updated at: 2026-05-15 14:21:12 CET

Comment on lines +33 to +41
```bash
npm link .
```

Nowy projekt musi "wiedzieć" że paczka jest lokalnie a nie w globalnym rejestrze npm, dlatego w folderze z projektem `/my-new-next-project` należy zainstalować jej lokalną wersję:

```bash
npm i ../lib-web-solvro-config
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

czy faktycznie potrzebne są oba te kroki? skoro instalujemy lokalną ścieżką, to jaką rolę pełni linkowanie? jesli to jest faktycznie potrzebne to miło by było, żebym jako czytelnik wiedział dlaczego to jest wymagane

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aktualizacji docs (jak testować lokalnie paczkę)

2 participants