diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index adca8ecb..64c2d1d3 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -19,7 +19,7 @@ jobs: node-version: '22' - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Run Vitest run: npx vitest run diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 34a9871c..0f7a06a2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: node-version: '22' - name: Install dependencies - run: npm ci + run: npm ci --ignore-scripts - name: Run Vitest run: npx vitest run @@ -36,4 +36,4 @@ jobs: name: playwright-traces path: playwright-report/**/trace.zip - \ No newline at end of file +