ci: enable jsr

This commit is contained in:
Huakun Shen 2025-01-18 06:24:26 -05:00
parent 9f2a2d7642
commit 80a1bfc756
No known key found for this signature in database
6 changed files with 36 additions and 5106 deletions

23
.github/workflows/jsr-publish.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: JSR Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Publish package
run: npx jsr publish

View File

@ -22,13 +22,9 @@ jobs:
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: oven-sh/setup-bun@v2
- run: pnpm install
- run: pnpm build
- run: bun install
- run: bun run build
- run: |
PACKAGE_NAME=$(jq -r '.name' package.json)
PACKAGE_VERSION=$(jq -r '.version' package.json)

BIN
bun.lockb Executable file

Binary file not shown.

9
jsr.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "@kunkun/kunkun-ext-ip-info",
"version": "0.1.1",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": ["dist", "demo", "README.md", "package.json", "mod.ts"]
}
}

View File

@ -1,7 +1,8 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-qrcode",
"version": "0.0.9",
"license": "MIT",
"version": "0.1.1",
"description": "QRCode Extension",
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
"kunkun": {

5099
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff