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

@@ -35,7 +35,7 @@ jobs:
- name: Install deps
working-directory: .
run: pnpm install
run: pnpm install --ignore-scripts
- name: Build pl-api
env:

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install deps
working-directory: .
run: pnpm install
run: pnpm install --ignore-scripts
- name: Lint
working-directory: ./packages/pl-api

View File

@@ -34,7 +34,7 @@ jobs:
- name: Install deps
working-directory: .
run: pnpm install
run: pnpm install --ignore-scripts
- name: Build pl-api
env: