Skip to content

Commit

Permalink
ci: ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Mar 7, 2024
1 parent b13560e commit 68d8562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68d8562

Please sign in to comment.