
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@shopify/admin-ui-extensions-run
Advanced tools
CLI commands to help with developing with Admin UI extensions
The Admin UI Extensions Run allows you to build and preview Admin UI Extensions. This tool is intended to help partners test Admin UI Extensions before publishing to Shopify.
It comes packaged with Shopify CLI, so when you create an extension using Shopify CLI's shopify create extension command, your project will automatically consume this package.
Start using this tool in one of two ways:
admin-ui-extensions-template repo, which consumes this package to build and serve Admin UI Extensions it generatesadmin-ui-extensions-templateWhen consumed in a project, the command admin-ui-extensions-run becomes available to the project. The command can be used to build and serve Admin UI Extensions.
To use this package in an UI Extension project, run:
npm install @shopify/admin-ui-extensions-run
or
yarn add @shopify/admin-ui-extensions-run
See usage details in the API docs.
To make and preview changes from ./src, run a local server from this project using:
yarn server
FAQs
CLI commands to help with developing with Admin UI extensions
The npm package @shopify/admin-ui-extensions-run receives a total of 8 weekly downloads. As such, @shopify/admin-ui-extensions-run popularity was classified as not popular.
We found that @shopify/admin-ui-extensions-run demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.