caner 1 year ago
parent
commit
3a3ee4b929
3 changed files with 3 additions and 5 deletions
  1. 1 4
      README.md
  2. 2 1
      package.json
  3. BIN
      real-gold-0.0.2.vsix

+ 1 - 4
README.md

@@ -1,5 +1,2 @@
 # 黄金插件
 # 黄金插件
-在状态栏实时显示COMEX黄金和国内au999黄金价格
-
-### 安装
-![image](https://git.caner.top/Caner/vscode-gold/src/master/test.png)
+在状态栏实时显示COMEX黄金和国内au999黄金价格

+ 2 - 1
package.json

@@ -23,7 +23,8 @@
     "watch": "tsc -watch -p ./",
     "watch": "tsc -watch -p ./",
     "pretest": "yarn run compile && yarn run lint",
     "pretest": "yarn run compile && yarn run lint",
     "lint": "eslint src --ext ts",
     "lint": "eslint src --ext ts",
-    "test": "node ./out/test/runTest.js"
+    "test": "node ./out/test/runTest.js",
+    "build": "vsce package --no-yarn"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@types/glob": "^8.1.0",
     "@types/glob": "^8.1.0",

BIN
real-gold-0.0.2.vsix