소스 검색

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",

불러오는 중...
취소
저장