mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-13 01:36:08 +08:00
更新 npm 版本 v2.19.2-1
This commit is contained in:
parent
28a77d1917
commit
cbdfd5a144
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@whyour/qinglong",
|
||||
"version": "2.19.1-0",
|
||||
"version": "2.19.2-1",
|
||||
"description": "Timed task management platform supporting Python3, JavaScript, Shell, Typescript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "开始发布"
|
||||
|
||||
echo -e "切换master分支"
|
||||
git branch -D master
|
||||
git checkout -b master
|
||||
git push --set-upstream origin master -f
|
||||
echo -e "切换 debian 分支"
|
||||
git branch -D debian
|
||||
git checkout -b debian
|
||||
git push --set-upstream origin debian -f
|
||||
|
||||
echo -e "更新cdn文件"
|
||||
ts-node-transpile-only sample/tool.ts
|
||||
|
|
Loading…
Reference in New Issue
Block a user