Closed Yukaii closed 1 year ago
Modify raycast build
output's package.json
with:
- "name": "todo-list",
+ "name": "@BlastLauncher/todo-list",
+ "repository": "https://github.com/BlastLauncher/extensions-registry.git",
With new npmrc config:
@BlastLauncher:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=xxxxxxx
And the package is now available at https://github.com/BlastLauncher/extensions-registry/pkgs/npm/todo-list
I'll stop here and start working on extension marketplace.
To publish package changes from mirror of raycast/extensions repo:
Build the existing package with form(Or just use local packages for testing)libnpmpublish
to write a sample script that uploads to github registry (Or upload it manually)