include ignore-scripts in CI

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-31 14:08:24 +02:00
parent 7d597cf64c
commit f97d683d42
4 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ page1.items.forEach(account => console.log(account.username));
```bash
# Install dependencies
pnpm install
pnpm install --ignore-scripts
# Build the library
pnpm -F pl-api build