diff --git a/deploy.sh b/deploy.sh index 6721f19..2abd4c0 100644 --- a/deploy.sh +++ b/deploy.sh @@ -2,12 +2,27 @@ # Author : OBKoro1 # Date : 2019-12-26 20:55:46 # LastEditors : OBKoro1 - # LastEditTime : 2019-12-26 20:56:44 - # FilePath : /autoCommit/deploy.sh + # LastEditTime : 2020-10-27 17:03:16 + # FilePath : \autoCommit\deploy.sh # Description : # https://github.com/OBKoro1 ### + +# 打包 +# vsce package -# npm run watch +vsce package --yarn # 解决下文报错 -# npm run build 打包插件 \ No newline at end of file +# 发布地址: https://marketplace.visualstudio.com/manage/publishers/obkoro1 + +# 打包报错: +# Error: Command failed: npm list --production --parseable --depth=99999 +# npm ERR! missing: hoek@6.0.4, required by korofileheader@3.4.0 +# 使用:vsce package --yarn + +# vscodium发布插件 + +# npx ovsx publish file -p token + +# TODO: 修改版本 +# npx ovsx publish /Users/koro/work/web_my/koro1FileHeader/korofileheader-4.7.8.vsix -p 765ed6f2-2c30-4466-9cb5-223e323b650a diff --git a/images/.DS_Store b/images/.DS_Store index 3bb42f9..a741f29 100644 Binary files a/images/.DS_Store and b/images/.DS_Store differ