mirror of
https://github.com/kunkunsh/kunkun-ext-ossinsight.git
synced 2025-04-04 17:36:43 +00:00
chore: Bump version to 0.0.2 and update npm publish workflow
This commit is contained in:
parent
274e1f097f
commit
4d1ca12fb2
3
.github/workflows/npm-publish.yml
vendored
3
.github/workflows/npm-publish.yml
vendored
@ -4,6 +4,8 @@
|
|||||||
name: NPM Package Publish
|
name: NPM Package Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -17,6 +19,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
|
bun run build
|
||||||
bun test --coverage
|
bun test --coverage
|
||||||
|
|
||||||
publish-npm:
|
publish-npm:
|
||||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/ext-ossinsight",
|
"name": "@kunkun/ext-ossinsight",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"license": "MIT",
|
||||||
"$schema": "https://schema.kunkun.sh",
|
"$schema": "https://schema.kunkun.sh",
|
||||||
"name": "kunkun-ext-ossinsight",
|
"name": "kunkun-ext-ossinsight",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -57,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"demo-images",
|
"demo-images",
|
||||||
"./dist",
|
"dist",
|
||||||
".gitignore"
|
".gitignore"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user