瀏覽代碼

Adds pack-insiders script

main
Eric Amodio 4 年之前
父節點
當前提交
8559ee3630
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      package.json

+ 1
- 0
package.json 查看文件

@ -8115,6 +8115,7 @@
"lint": "eslint src/**/*.ts --fix --cache",
"optimize:webviews": "webpack --config-name webviews --env.optimizeImages",
"pack": "vsce package --yarn",
"pack-insiders": "yarn run patch-insiders && yarn run pack",
"patch-insiders": "node ./scripts/applyPatchForInsiders.js",
"pretty": "prettier --config .prettierrc --loglevel warn --write .",
"pub": "vsce publish --yarn",

Loading…
取消
儲存