Skip to content

Commit 87dc9c1

Browse files
committed
build: fix tag to try generating incremental changelog
1 parent 394b9ef commit 87dc9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:ts": "yarn generate:version && vite build",
2121
"build:types": "tsc -p tsconfig.types.json",
2222
"build:test-release": "standard-version --dry-run",
23-
"build:prepare-release": "standard-version",
23+
"build:prepare-release": "standard-version -t",
2424
"run:browser": "yarn generate:version && vite dev",
2525
"run:node": "yarn generate:version && tsx ./src/test.ts"
2626
},

0 commit comments

Comments
 (0)