更新 npm 版本 v2.19.2-1

This commit is contained in:
whyour 2025-06-28 01:06:11 +08:00
parent 28a77d1917
commit cbdfd5a144
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@whyour/qinglong", "name": "@whyour/qinglong",
"version": "2.19.1-0", "version": "2.19.2-1",
"description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript", "description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo -e "开始发布" echo -e "开始发布"
echo -e "切换master分支" echo -e "切换 debian 分支"
git branch -D master git branch -D debian
git checkout -b master git checkout -b debian
git push --set-upstream origin master -f git push --set-upstream origin debian -f
echo -e "更新cdn文件" echo -e "更新cdn文件"
ts-node-transpile-only sample/tool.ts ts-node-transpile-only sample/tool.ts