From 0c7dbb95f7a19a3ab7296aa0b7d999d6cb280eec Mon Sep 17 00:00:00 2001 From: abbycin Date: Fri, 10 May 2019 11:17:03 +0800 Subject: [PATCH] damn vsce --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6bb235..34d2ecf 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ --- 截图 -![screenshot](https://git.isliberty.me/abbycin/topjs-debugger/src/master/assets/screenshot.jpg) \ No newline at end of file +![screenshot](./assets/screenshot.jpg) \ No newline at end of file diff --git a/package.json b/package.json index c54762d..44a0260 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,9 @@ "scripts": { "postinstall": "node ./node_modules/vscode/bin/install", "build": "node ./build.js", - "package": "vsce package", - "publish": "vsce publish" + "package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/", + "unpublish": "vsce unpublish", + "publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/" }, "dependencies": { "await-notify": "^1.0.1",