Skip to content

Commit 0a34960

Browse files
committed
release: v0.2.0
1 parent 0b86609 commit 0a34960

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install
3939

4040
- name: Run tests
41-
run: pnpm test
41+
run: pnpm test:u
4242

4343
- name: Build
4444
run: pnpm build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-git-graph",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "一个markdown-it插件,用于生成git提交图",
55
"author": "whlit",
66
"license": "MIT",
@@ -34,6 +34,7 @@
3434
],
3535
"scripts": {
3636
"test": "vitest run",
37+
"test:u": "vitest run -u",
3738
"test:watch": "vitest",
3839
"coverage": "vitest run --coverage",
3940
"build": "pnpm build:cjs && pnpm build:esm",

0 commit comments

Comments
 (0)