From 68d8562bae0b36a62f8b935303262aaee53f52b1 Mon Sep 17 00:00:00 2001 From: Seth Date: Thu, 7 Mar 2024 20:24:21 +0800 Subject: [PATCH] ci: ignore scripts --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 392fe94..4f0cb29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18.x - - run: npm ci + - run: npm ci --ignore-scripts - run: npm run build - uses: codfish/semantic-release-action@v2 id: semantic diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57a57d0..c79969b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 18.x - uses: foundry-rs/foundry-toolchain@v1 - - run: npm ci + - run: npm ci --ignore-scripts - run: npm run test test-build: