mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
ci: ignore install scripts in release workflows (#1839)
This commit is contained in:
parent
71ed7c58d4
commit
33db548be3
3 changed files with 6 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Verify OpenCode package payload
|
||||
run: node tests/scripts/build-opencode.test.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue