We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b86609 commit 0a34960Copy full SHA for 0a34960
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm install
39
40
- name: Run tests
41
- run: pnpm test
+ run: pnpm test:u
42
43
- name: Build
44
run: pnpm build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "markdown-it-git-graph",
3
- "version": "0.1.5",
+ "version": "0.2.0",
4
"description": "一个markdown-it插件,用于生成git提交图",
5
"author": "whlit",
6
"license": "MIT",
@@ -34,6 +34,7 @@
34
],
35
"scripts": {
36
"test": "vitest run",
37
+ "test:u": "vitest run -u",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"build": "pnpm build:cjs && pnpm build:esm",
0 commit comments