Skip to content

remove clinic, elminate postinstalls#1046

Draft
shannonwells wants to merge 5 commits into
mainfrom
chore/remove-postinstall
Draft

remove clinic, elminate postinstalls#1046
shannonwells wants to merge 5 commits into
mainfrom
chore/remove-postinstall

Conversation

@shannonwells

@shannonwells shannonwells commented May 12, 2026

Copy link
Copy Markdown
Contributor

Purpose

The goal of this PR is to eliminate postinstall scripts being run

Closes #997

Solution

removed postinstall script from package.json
use npm ci where possible.
use --ignore-scripts everywhere

To verify

  • CI must pass
  • Run the local docker scripts that have been changed; verify that they finish without error

Checklist

  • Documentation added or updated (where applicable)
  • Unit tests added/updated
  • Integration/end-to-end tests added/updated
  • API endpoints added or changed? Added the endpoints in main.ts and regenerated Swagger docs
  • New packages are noted in the description or summary with what they do
  • Breaking changes? "breaking changes" label added.
  • Environment variable changes? This is a breaking change for deployment:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't use postinstall

1 participant