mirror of
https://github.com/woodchen-ink/obsidian-lskypro-uploader.git
synced 2025-07-19 14:22:06 +08:00
更新版本脚本以自动添加 Git 标签
This commit is contained in:
parent
df97fea05f
commit
dd06cffc91
@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node esbuild.config.mjs",
|
"dev": "node esbuild.config.mjs",
|
||||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
"version": "node version-bump.mjs && git add manifest.json versions.json && git tag $(node -p \"require('./package.json').version\")"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"obsidian.md",
|
"obsidian.md",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user