Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compat for NPM lifecycle scripts (#9262)
closes: #8288 ## Description ui-kit was recently bumped to Yarn 4 and @samsiegart hit a snag that required patching : Agoric/ui-kit@464f61d This removes `yarn` dependence in [NPM lifecycle scripts](https://docs.npmjs.com/cli/v10/using-npm/scripts#life-cycle-operation-order). It does so by using `npm run`, which should be available everywhere. In Node 22 we'll [have `node --run`](nodejs/corepack#57 (comment)) available. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations working in Agoric/ui-kit@464f61d ### Upgrade Considerations none
- Loading branch information