浏览代码

Removes unused script

main
Eric Amodio 3 年前
父节点
当前提交
1fdb8543d5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      package.json

+ 0
- 1
package.json 查看文件

@ -9104,7 +9104,6 @@
"bundle": "webpack --mode production",
"clean": "git clean -Xdf -e !node_modules -e !node_modules/**/*",
"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",

正在加载...
取消
保存